@ones-editor/editor 0.0.7-beta.45 → 0.0.7-beta.46
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/index.js
CHANGED
|
@@ -55056,7 +55056,7 @@ ${codeText}
|
|
|
55056
55056
|
if (!orderedList) {
|
|
55057
55057
|
return 1;
|
|
55058
55058
|
}
|
|
55059
|
-
const startEl = elem.querySelector('[style
|
|
55059
|
+
const startEl = elem.querySelector('[style^="mso-list:Ignore"]');
|
|
55060
55060
|
if (startEl) {
|
|
55061
55061
|
const startValue = startEl.innerText;
|
|
55062
55062
|
if (startValue) {
|