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:
Sami Vänttinen 2023-11-12 08:25:28 +02:00 committed by GitHub
commit a4dfe0f7b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -152,6 +152,8 @@ class Autocomplete {
this.list.appendChild(item);
}
}
this.selectItem();
}
selectItem() {