mirror of
https://github.com/directus/directus.git
synced 2026-01-28 09:07:58 -05:00
fix WYSIWYG field focus event (#7756)
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
:init="editorOptions"
|
||||
:disabled="disabled"
|
||||
model-events="change keydown blur focus paste ExecCommand SetContent"
|
||||
@onFocusIn="setFocus(true)"
|
||||
@onFocusOut="setFocus(false)"
|
||||
@focusin="setFocus(true)"
|
||||
@focusout="setFocus(false)"
|
||||
/>
|
||||
|
||||
<v-dialog v-model="linkDrawerOpen">
|
||||
|
||||
Reference in New Issue
Block a user