@tiptap/core 3.5.3 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -4608,7 +4608,7 @@ var Editor = class extends EventEmitter {
4608
4608
  this.editorState = state;
4609
4609
  },
4610
4610
  dispatch: (tr) => {
4611
- this.editorState = this.state.apply(tr);
4611
+ this.dispatchTransaction(tr);
4612
4612
  },
4613
4613
  // Stub some commonly accessed properties to prevent errors
4614
4614
  composing: false,