mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
only delay 100ms to focus search box
This commit is contained in:
parent
152fc981a1
commit
81200f3ecb
@ -103,7 +103,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
|
||||
window.setTimeout(() => {
|
||||
document.getElementById('search').focus();
|
||||
}, 200);
|
||||
}, 100);
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
|
Loading…
Reference in New Issue
Block a user