Skip to content

Commit 73e2950

Browse files
committed
fix: disable autoFocus on the Editor component in ActionBox
1 parent e7b8e5c commit 73e2950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/features/admin/automation/ActionBox.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
v-if="action.type && conversationActions[action.type]?.type === 'richtext'"
6767
>
6868
<Editor
69+
:autoFocus="false"
6970
v-model:htmlContent="action.value[0]"
7071
@update:htmlContent="(value) => handleEditorChange(value, index)"
7172
:placeholder="t('editor.newLine') + t('editor.send') + t('editor.cmdK')"

0 commit comments

Comments
 (0)