mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
set focus manually before search text
This commit is contained in:
@@ -78,6 +78,8 @@ export class GroupingsComponent extends BaseGroupingsComponent implements OnInit
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
document.getElementById('search').focus();
|
||||
|
||||
this.showLeftHeader = !this.platformUtilsService.isSafari() &&
|
||||
!(this.popupUtils.inSidebar(window) && this.platformUtilsService.isFirefox());
|
||||
this.stateService.remove('CiphersComponent');
|
||||
|
||||
Reference in New Issue
Block a user