@tiptap/vue-2 3.6.0 → 3.6.2

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.
@@ -1687,6 +1687,10 @@ var BubbleMenuView = class {
1687
1687
  };
1688
1688
  this.blurHandler = ({ event }) => {
1689
1689
  var _a2;
1690
+ if (this.editor.isDestroyed) {
1691
+ this.destroy();
1692
+ return;
1693
+ }
1690
1694
  if (this.preventHide) {
1691
1695
  this.preventHide = false;
1692
1696
  return;