pxx-vue-quill 1.0.153 → 1.0.154
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-11T17:29:53.432Z
|
|
11
11
|
*/
|
|
12
12
|
(function (global, factory) {
|
|
13
13
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue')) :
|
|
@@ -20811,7 +20811,7 @@
|
|
|
20811
20811
|
html === '<p><br></p>' ||
|
|
20812
20812
|
html === '<p></p>' ||
|
|
20813
20813
|
html === '<p><br/></p>' ||
|
|
20814
|
-
/^<p><br
|
|
20814
|
+
/^<p><br\/?>\s*<\/p>$/.test(html)) {
|
|
20815
20815
|
internalModel = '';
|
|
20816
20816
|
}
|
|
20817
20817
|
}
|
|
@@ -20930,7 +20930,7 @@
|
|
|
20930
20930
|
if (html === '<p><br></p>' ||
|
|
20931
20931
|
html === '<p></p>' ||
|
|
20932
20932
|
html === '<p><br/></p>' ||
|
|
20933
|
-
/^<p><br
|
|
20933
|
+
/^<p><br\/?>\s*<\/p>$/.test(html)) {
|
|
20934
20934
|
return '';
|
|
20935
20935
|
}
|
|
20936
20936
|
return html;
|