Update CommandInputBar.vue
This commit is contained in:
@@ -84,8 +84,10 @@ watch(searchTerm, (newValue) => {
|
|||||||
v-model="searchTerm"
|
v-model="searchTerm"
|
||||||
:placeholder="t('commandInputBar.searchPlaceholder')"
|
:placeholder="t('commandInputBar.searchPlaceholder')"
|
||||||
class="search-input"
|
class="search-input"
|
||||||
@keydown.enter="findNext"
|
@keydown.enter.prevent="findNext"
|
||||||
@keydown.shift.enter="findPrevious"
|
@keydown.shift.enter.prevent="findPrevious"
|
||||||
|
@keydown.up.prevent="findPrevious"
|
||||||
|
@keydown.down.prevent="findNext"
|
||||||
ref="searchInputRef"
|
ref="searchInputRef"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user