@elementor/editor-editing-panel 3.32.0-30 → 3.32.0-32

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/index.mjs CHANGED
@@ -1642,7 +1642,6 @@ function PopoverAction({ title, visible = true, icon: Icon, content: PopoverCont
1642
1642
  return /* @__PURE__ */ React15.createElement(React15.Fragment, null, /* @__PURE__ */ React15.createElement(Tooltip2, { placement: "top", title }, /* @__PURE__ */ React15.createElement(IconButton2, { "aria-label": title, size: SIZE2, ...triggerProps }, /* @__PURE__ */ React15.createElement(Icon, { fontSize: SIZE2 }))), /* @__PURE__ */ React15.createElement(
1643
1643
  Popover,
1644
1644
  {
1645
- disablePortal: true,
1646
1645
  disableScrollLock: true,
1647
1646
  anchorOrigin: {
1648
1647
  vertical: "bottom",