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.
Files changed (2) hide show
  1. package/lib/index.js +1 -0
  2. 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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-theme",
3
- "version": "1.49.5",
3
+ "version": "1.49.6",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"