pxx-vue-quill 1.0.80 → 1.0.81
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/vue-quill.umd.js
CHANGED
|
@@ -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:
|
|
10
|
+
* Date: 2025-09-08T03:51:25.442Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20178,6 +20178,7 @@
|
|
|
20178
20178
|
document.addEventListener('keyup', handleGlobalKeyup, true);
|
|
20179
20179
|
});
|
|
20180
20180
|
const removeQuillBlotFormatter = () => {
|
|
20181
|
+
console.log("removeQuillBlotFormatter");
|
|
20181
20182
|
try {
|
|
20182
20183
|
const blotFormatter = quill === null || quill === void 0 ? void 0 : quill.getModule('blotFormatter');
|
|
20183
20184
|
if (blotFormatter && blotFormatter.overlay) {
|
|
@@ -20198,6 +20199,7 @@
|
|
|
20198
20199
|
if (!blotFormatter || !blotFormatter.overlay)
|
|
20199
20200
|
return;
|
|
20200
20201
|
const isClickInsideEditor = editor.value.contains(event.target);
|
|
20202
|
+
console.log("isClickInsideEditor", isClickInsideEditor);
|
|
20201
20203
|
if (!isClickInsideEditor) {
|
|
20202
20204
|
removeQuillBlotFormatter();
|
|
20203
20205
|
}
|