easy-email-pro-editor 1.50.7 → 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.
Files changed (2) hide show
  1. package/lib/index.js +4 -0
  2. 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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-editor",
3
- "version": "1.50.7",
3
+ "version": "1.50.8",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"