diff --git a/src/editor.vue b/src/editor.vue index 46f7763..a321dcc 100644 --- a/src/editor.vue +++ b/src/editor.vue @@ -81,7 +81,9 @@ // Instance this.quill = new Quill(this.$refs.editor, this._options) - + this.quill.root.addEventListener('blur', e => + this.quill.setSelection(null) + ) this.quill.enable(false) // Set editor content