fix lint issue
This commit is contained in:
parent
596e7b8a3b
commit
3253b4861f
|
@ -36,7 +36,7 @@ export class CurrentController {
|
||||||
}
|
}
|
||||||
|
|
||||||
$onInit() {
|
$onInit() {
|
||||||
this.$timeout(function () {
|
this.$timeout(() => {
|
||||||
document.getElementById('search').focus();
|
document.getElementById('search').focus();
|
||||||
}, 50);
|
}, 50);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue