easy-email-pro-theme 1.49.5 → 1.49.6
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 -0
- 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,
|