easy-email-pro-editor 1.51.4 → 1.51.6
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/lib/index.js +5 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -5800,7 +5800,8 @@ function tb(...e) {
|
|
|
5800
5800
|
const ub = (e, t) => {
|
|
5801
5801
|
const [n] = ge.nodes(e, {
|
|
5802
5802
|
match: (s) => En.isText(s) && !!s[t],
|
|
5803
|
-
mode: "all"
|
|
5803
|
+
mode: "all",
|
|
5804
|
+
voids: !0
|
|
5804
5805
|
});
|
|
5805
5806
|
return !!n;
|
|
5806
5807
|
};
|
|
@@ -5833,7 +5834,9 @@ const EC = (e, t) => {
|
|
|
5833
5834
|
}
|
|
5834
5835
|
), Be.unsetNodes(e, Object.values(fs), {
|
|
5835
5836
|
match: En.isText,
|
|
5836
|
-
split: !0
|
|
5837
|
+
split: !0,
|
|
5838
|
+
voids: !0,
|
|
5839
|
+
at: s ? s[1] : void 0
|
|
5837
5840
|
});
|
|
5838
5841
|
return;
|
|
5839
5842
|
}
|