We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b8e5c commit 73e2950Copy full SHA for 73e2950
frontend/src/features/admin/automation/ActionBox.vue
@@ -66,6 +66,7 @@
66
v-if="action.type && conversationActions[action.type]?.type === 'richtext'"
67
>
68
<Editor
69
+ :autoFocus="false"
70
v-model:htmlContent="action.value[0]"
71
@update:htmlContent="(value) => handleEditorChange(value, index)"
72
:placeholder="t('editor.newLine') + t('editor.send') + t('editor.cmdK')"
0 commit comments