chore(CommandPalette): set debounce to 200

This commit is contained in:
Benjamin Canac
2023-02-17 19:07:38 +01:00
parent 4702a4f103
commit e6d0dd5898

View File

@@ -144,7 +144,7 @@ const props = defineProps({
},
debounce: {
type: Number,
default: 0
default: 200
}
})