easy-email-pro-theme 1.49.5 → 1.49.7
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 +2 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1589,6 +1589,7 @@ const useDragging = ({
|
|
|
1589
1589
|
const dragHandle = useMemo(() => {
|
|
1590
1590
|
return __spreadProps(__spreadValues({}, context.dragHandle), {
|
|
1591
1591
|
onDragStart: (e) => {
|
|
1592
|
+
document.body.click();
|
|
1592
1593
|
propsDataRef.current = {
|
|
1593
1594
|
element,
|
|
1594
1595
|
nodeElement: nodeElement || null,
|
|
@@ -26833,7 +26834,7 @@ const SortableItem = (_c) => {
|
|
|
26833
26834
|
}
|
|
26834
26835
|
), /* @__PURE__ */ React__default.createElement("div", __spreadValues(__spreadValues({}, attributes), listeners), /* @__PURE__ */ React__default.createElement(Button$2, { style: { cursor: "grab" }, icon: /* @__PURE__ */ React__default.createElement(IconDragArrow, null) })))
|
|
26835
26836
|
},
|
|
26836
|
-
|
|
26837
|
+
props.renderItem(item2, index2)
|
|
26837
26838
|
)));
|
|
26838
26839
|
};
|
|
26839
26840
|
const DefaultEditPanelListField = enhancer(EditPanelList);
|