@tiptap/core 3.6.3 → 3.6.5

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
@@ -4618,6 +4618,9 @@ var Editor = class extends EventEmitter {
4618
4618
  },
4619
4619
  {
4620
4620
  get: (obj, key) => {
4621
+ if (this.editorView) {
4622
+ return this.editorView[key];
4623
+ }
4621
4624
  if (key === "state") {
4622
4625
  return this.editorState;
4623
4626
  }