Skip to content

Commit 4b9ae07

Browse files
do not propagate input event from workspace search
1 parent 423abf0 commit 4b9ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-frontend/modules/core/components/workspace/WorkspaceSearchModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
v-model="searchTerm"
2727
class="workspace-search__input"
2828
:placeholder="$t('workspaceSearch.searchEverything')"
29-
@keydown="handleKeydown"
29+
@keydown.stop="handleKeydown"
3030
@focusin="focusInput = true"
3131
@focusout="focusInput = false"
3232
/>

0 commit comments

Comments
 (0)