mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix lint issue
This commit is contained in:
@@ -36,7 +36,7 @@ export class CurrentController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$onInit() {
|
$onInit() {
|
||||||
this.$timeout(function () {
|
this.$timeout(() => {
|
||||||
document.getElementById('search').focus();
|
document.getElementById('search').focus();
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user