mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(CommandPalette): remove timeout on query clear
This commit is contained in:
@@ -141,9 +141,7 @@ function onSelect (option: Command) {
|
||||
|
||||
// waiting for modal to be closed
|
||||
if (!option.prevent) {
|
||||
setTimeout(() => {
|
||||
query.value = ''
|
||||
}, 300)
|
||||
query.value = ''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user