mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 07:11:03 -04:00
feat(command-palette): clear prompt on palette close
This commit is contained in:
parent
015c673e09
commit
1569e5c1ef
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ function open() {
|
||||||
|
|
||||||
function close() {
|
function close() {
|
||||||
isModalOpen.value = false;
|
isModalOpen.value = false;
|
||||||
|
searchPrompt.value = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectedOptionIndex = ref(0);
|
const selectedOptionIndex = ref(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue