easy-email-pro-editor 1.50.7 → 1.50.9

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 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);
@@ -96,6 +96,7 @@ export interface BasicEditorProps extends Partial<Pick<EditableProps, "onDOMBefo
96
96
  showPreviousLevelIcon?: boolean;
97
97
  showBlockPaths?: boolean;
98
98
  loadingElement?: React.ReactNode;
99
+ enabledHtmlBlockNodeAlign?: boolean;
99
100
  handleUploadClick?: ({ onChange, accept, }: {
100
101
  onChange: (url: string) => void;
101
102
  accept?: string;
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.9",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"