@innovastudio/contentbox 1.3.6 → 1.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.2.9",
49
+ "@innovastudio/contentbuilder": "^1.2.10",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -63765,7 +63765,7 @@ class Element$1 {
63765
63765
  setTimeout(() => {
63766
63766
  // In case of add snippet, after apply behavior, snippet will be automatically clicked/selected.
63767
63767
  // So check the snippet if it is selected (active). If so, hide the overlay.
63768
- if (overlay.closest('.cell-active')) {
63768
+ if (overlay.closest('.elm-active')) {
63769
63769
  overlay.click(); // overlay.style.display = 'none';
63770
63770
  } else {
63771
63771
  overlay.style.display = '';