mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 02:10:40 +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
|
// waiting for modal to be closed
|
||||||
if (!option.prevent) {
|
if (!option.prevent) {
|
||||||
setTimeout(() => {
|
query.value = ''
|
||||||
query.value = ''
|
|
||||||
}, 300)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user