Cleanup CSS and JS

Improve app loading error
This commit is contained in:
djmaze 2021-08-18 15:36:33 +02:00
parent 2c69da61f0
commit 7e43bfc6b0
3 changed files with 14 additions and 29 deletions

View file

@ -116,7 +116,7 @@ export class EmailAddressesComponent {
)
}
}).throttle(500)
: () => {};
: () => 0;
}
_focusTrigger(bValue) {