@innovastudio/contentbox 1.6.52 → 1.6.53

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.52",
4
+ "version": "1.6.53",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -151826,11 +151826,13 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
151826
151826
  }
151827
151827
  } else {
151828
151828
  // Prevent to go to the link
151829
+ if (e.target.closest('#is-menu-toggle')) return;
151829
151830
  e.preventDefault();
151830
151831
  e.stopImmediatePropagation();
151831
151832
  }
151832
151833
  } else {
151833
151834
  if (link.closest('.is-menu-search')) ; else {
151835
+ if (!e.target.getAttribute('href')) return;
151834
151836
  e.preventDefault();
151835
151837
  e.stopImmediatePropagation();
151836
151838
  }