easy-email-pro-editor 1.50.6 → 1.50.8
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 +4 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -15715,6 +15715,10 @@ const OD = ({
|
|
|
15715
15715
|
const xe = z(Z);
|
|
15716
15716
|
if (xe) {
|
|
15717
15717
|
const $ = At.get(b, xe);
|
|
15718
|
+
if (W.isPageElement($)) {
|
|
15719
|
+
Z.preventDefault(), g(xe);
|
|
15720
|
+
return;
|
|
15721
|
+
}
|
|
15718
15722
|
W.isStandaloneElement($) ? (b.deselect(), g(xe), setTimeout(() => {
|
|
15719
15723
|
I(xe);
|
|
15720
15724
|
}, 100)) : g(xe);
|