pxx-vue-quill 1.0.84 → 1.0.86

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-08T03:59:56.688Z
10
+ * Date: 2025-09-08T04:05:45.797Z
11
11
  */
12
12
  (function (global, factory) {
13
13
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
@@ -20194,7 +20194,7 @@
20194
20194
  }
20195
20195
  };
20196
20196
  const handleGlobalClick = (event) => {
20197
- console.log("start handleGlobalClick", editor.value);
20197
+ console.log("start handleGlobalClick");
20198
20198
  if (!editor.value)
20199
20199
  return;
20200
20200
  const blotFormatter = quill === null || quill === void 0 ? void 0 : quill.getModule('blotFormatter');