diff --git a/packages/tiptap/src/components/editor.js b/packages/tiptap/src/components/editor.js index 461aa0ba..4846af63 100644 --- a/packages/tiptap/src/components/editor.js +++ b/packages/tiptap/src/components/editor.js @@ -204,6 +204,10 @@ export default { }, dispatchTransaction(transaction) { + if (!transaction.docChanged) { + return + } + this.state = this.state.apply(transaction) this.view.updateState(this.state) this.$emit('update', {