diff --git a/src/runtime/components/navigation/CommandPalette.vue b/src/runtime/components/navigation/CommandPalette.vue index 73ded884..cf1bbc91 100644 --- a/src/runtime/components/navigation/CommandPalette.vue +++ b/src/runtime/components/navigation/CommandPalette.vue @@ -144,7 +144,7 @@ const props = defineProps({ }, debounce: { type: Number, - default: 0 + default: 200 } })