diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index a8210084..b28069f6 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -141,9 +141,7 @@ function onSelect (option: Command) { // waiting for modal to be closed if (!option.prevent) { - setTimeout(() => { - query.value = '' - }, 300) + query.value = '' } }