pxx-vue-quill 1.0.52 → 1.0.53

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.
@@ -7,7 +7,7 @@
7
7
  *
8
8
  * Copyright (c) 2025 Pxx-Team
9
9
  * Released under the MIT license
10
- * Date: 2025-09-01T10:01:24.099Z
10
+ * Date: 2025-09-02T07:51:25.222Z
11
11
  */
12
12
  (function (global, factory) {
13
13
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
@@ -20184,7 +20184,12 @@
20184
20184
  vue.onMounted(() => {
20185
20185
  initialize();
20186
20186
  });
20187
+ const removeQuillBlotFormatter = () => {
20188
+ const overlay = quill === null || quill === void 0 ? void 0 : quill.getModule('blotFormatter').overlay;
20189
+ overlay.remove();
20190
+ };
20187
20191
  vue.onBeforeUnmount(() => {
20192
+ removeQuillBlotFormatter();
20188
20193
  quill = null;
20189
20194
  });
20190
20195
  let quill;
@@ -20533,7 +20538,7 @@
20533
20538
  reinit,
20534
20539
  editorWrapClass,
20535
20540
  showMoreToolbar,
20536
- moreToolbarToolClick
20541
+ moreToolbarToolClick,
20537
20542
  };
20538
20543
  },
20539
20544
  render() {