Skip to content

Commit fee10da

Browse files
fix(editor): Move focus to search input in RLC (#15741)
1 parent 57d7b5e commit fee10da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/editor-ui/src/components/ResourceLocator/ResourceLocator.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@ function removeOverride() {
10501050
@update:model-value="onInputChange"
10511051
@focus="onInputFocus"
10521052
@blur="onInputBlur"
1053+
@mousedown.prevent
10531054
>
10541055
<template v-if="isListMode" #suffix>
10551056
<i

0 commit comments

Comments
 (0)