mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2029 from keepassxreboot/fix/select_first_item_on_autocomplete_menu
Fix selecting first item on Autocomplete Menu open
This commit is contained in:
commit
a4dfe0f7b7
1 changed files with 2 additions and 0 deletions
|
|
@ -152,6 +152,8 @@ class Autocomplete {
|
|||
this.list.appendChild(item);
|
||||
}
|
||||
}
|
||||
|
||||
this.selectItem();
|
||||
}
|
||||
|
||||
selectItem() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue