easy-email-pro-editor 1.12.1 → 1.12.2
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 +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -13267,7 +13267,7 @@ class f0 extends We {
|
|
|
13267
13267
|
M(this, "componentType", "LineBreak");
|
|
13268
13268
|
}
|
|
13269
13269
|
renderElement() {
|
|
13270
|
-
return /* @__PURE__ */ g.createElement("span",
|
|
13270
|
+
return /* @__PURE__ */ g.createElement("span", _({}, this.props.attributes), /* @__PURE__ */ g.createElement("span", { style: { position: "absolute", opacity: 0 } }, this.props.children), /* @__PURE__ */ g.createElement("br", null));
|
|
13271
13271
|
}
|
|
13272
13272
|
}
|
|
13273
13273
|
M(f0, "defaultAttributes", _({}, T3.defaultData.attributes));
|