only delay 100ms to focus search box

This commit is contained in:
Kyle Spearrin 2018-04-18 15:50:26 -04:00
parent 152fc981a1
commit 81200f3ecb
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
window.setTimeout(() => {
document.getElementById('search').focus();
}, 200);
}, 100);
}
ngOnDestroy() {