diff --git a/src/popup/vault/current-tab.component.ts b/src/popup/vault/current-tab.component.ts index 96de369df35..46638124483 100644 --- a/src/popup/vault/current-tab.component.ts +++ b/src/popup/vault/current-tab.component.ts @@ -103,7 +103,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy { window.setTimeout(() => { document.getElementById('search').focus(); - }, 200); + }, 100); } ngOnDestroy() {