fix WYSIWYG field focus event (#7756)

This commit is contained in:
Azri Kahar
2021-09-02 06:45:56 +08:00
committed by GitHub
parent e2d4a3ef52
commit fc154a8ecc

View File

@@ -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">