mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-13 10:25:44 +00:00
fix: disable autoFocus on the Editor component in ActionBox
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
v-if="action.type && conversationActions[action.type]?.type === 'richtext'"
|
||||
>
|
||||
<Editor
|
||||
:autoFocus="false"
|
||||
v-model:htmlContent="action.value[0]"
|
||||
@update:htmlContent="(value) => handleEditorChange(value, index)"
|
||||
:placeholder="t('editor.newLine') + t('editor.send') + t('editor.cmdK')"
|
||||
|
||||
Reference in New Issue
Block a user