mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
when invoke ctrl/command+f select all text in the "Search Vault" input (#131)
This commit is contained in:
@@ -98,7 +98,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
|||||||
await this.addFolder();
|
await this.addFolder();
|
||||||
break;
|
break;
|
||||||
case 'focusSearch':
|
case 'focusSearch':
|
||||||
(document.querySelector('#search') as HTMLInputElement).focus();
|
(document.querySelector('#search') as HTMLInputElement).select();
|
||||||
detectChanges = false;
|
detectChanges = false;
|
||||||
break;
|
break;
|
||||||
case 'openPasswordGenerator':
|
case 'openPasswordGenerator':
|
||||||
|
|||||||
Reference in New Issue
Block a user