mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
manually focus search. only search on 2 characters
This commit is contained in:
@@ -65,7 +65,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit {
|
||||
}
|
||||
});
|
||||
|
||||
setTimeout(() => {
|
||||
window.setTimeout(() => {
|
||||
if (!this.editMode) {
|
||||
if (this.cipher.name != null && this.cipher.name !== '') {
|
||||
document.getElementById('loginUsername').focus();
|
||||
|
||||
Reference in New Issue
Block a user