mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
only delay 100ms to focus search box
This commit is contained in:
@@ -103,7 +103,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
window.setTimeout(() => {
|
window.setTimeout(() => {
|
||||||
document.getElementById('search').focus();
|
document.getElementById('search').focus();
|
||||||
}, 200);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnDestroy() {
|
ngOnDestroy() {
|
||||||
|
|||||||
Reference in New Issue
Block a user