You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that we are using the below code to emit the "change" event. I think we shouldn't going with children[0] since the position of the editor element may not be always the first child. Instead we should be going with the query selection with id of the element.
let html = this.$refs.editor.children[0].innerHTML
Describe the bug
I found that we are using the below code to emit the "change" event. I think we shouldn't going with children[0] since the position of the editor element may not be always the first child. Instead we should be going with the query selection with id of the element.
let html = this.$refs.editor.children[0].innerHTML
Reproduction
Install grammerly on chrome and try to use the last demo component used listed in this demo link - https://github.surmon.me/vue-quill-editor
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: