fix: clear commands after entering

This commit is contained in:
2025-01-17 16:54:53 +01:00
parent 6e82d9ca73
commit 6112d007c2
5 changed files with 28 additions and 21 deletions

View File

@ -127,6 +127,9 @@ export const KMenu = (
if (ev.key === "Enter") {
activateEntry(entries[activeIndex.value]);
if (input.current) {
input.current.value = "";
}
}
if (ev.key === "ArrowUp") {