dropdown menu implementation

This commit is contained in:
Jan Prochazka
2021-02-28 10:17:52 +01:00
parent e9430988f4
commit 2cc74b594e
7 changed files with 122 additions and 1 deletions

View File

@@ -46,6 +46,7 @@
if (command.getSubCommands) {
parentCommand = command;
domInput.focus();
filter = '';
selectedIndex = 0;
} else {
$visibleCommandPalette = false;