poro-editor 1.7.8 → 1.7.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/dist/poro-editor.js
CHANGED
|
@@ -63798,7 +63798,7 @@ const Ooe = () => /* @__PURE__ */ T("div", { className: "menu-separator" }), koe
|
|
|
63798
63798
|
contentEditable: !1,
|
|
63799
63799
|
style: {
|
|
63800
63800
|
position: "absolute",
|
|
63801
|
-
top: `${i.top
|
|
63801
|
+
top: `${i.top}px`,
|
|
63802
63802
|
left: `${i.left}px`,
|
|
63803
63803
|
zIndex: 100
|
|
63804
63804
|
},
|