pxx-vue-quill 1.0.157 → 1.0.159
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-11T19:
|
|
10
|
+
* Date: 2025-09-11T19:44:23.962Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -21108,7 +21108,7 @@
|
|
|
21108
21108
|
savedRange.value = null;
|
|
21109
21109
|
};
|
|
21110
21110
|
vue.watch(() => props.content, (newContent) => {
|
|
21111
|
-
if (!quill)
|
|
21111
|
+
if (!quill || internalModelEquals(newContent))
|
|
21112
21112
|
return;
|
|
21113
21113
|
const selection = quill.getSelection();
|
|
21114
21114
|
if (selection) {
|