pxx-vue-quill 1.0.165 → 1.0.167
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-
|
|
10
|
+
* Date: 2025-09-17T01:53:00.683Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20345,7 +20345,6 @@
|
|
|
20345
20345
|
const clickHandlers = vue.ref([]);
|
|
20346
20346
|
const targetElement = vue.ref(null);
|
|
20347
20347
|
const handleGlobalClick = (event) => {
|
|
20348
|
-
console.log('handleGlobalClick');
|
|
20349
20348
|
clickHandlers.value.forEach(handler => {
|
|
20350
20349
|
try {
|
|
20351
20350
|
handler(event);
|