@innovastudio/contentbuilder 1.3.43 → 1.3.44

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.3.43",
4
+ "version": "1.3.44",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -75097,7 +75097,7 @@ class ContentBuilder {
75097
75097
  if (element.tagName === 'BODY' || element.tagName === 'HTML') break;
75098
75098
  if (this.dom.hasClass(element, 'is-builder')) a = true;
75099
75099
  if (this.dom.hasClass(element, 'is-modal')) b = true;
75100
- if (this.dom.hasClass(element, 'is-side')) c = true;
75100
+ if (this.dom.hasClass(element, 'is-side') || this.dom.hasClass(element, 'is-sidebar')) c = true;
75101
75101
  if (this.dom.hasClass(element, 'is-pop')) d = true;
75102
75102
  if (this.dom.hasClass(element, 'is-tool')) f = true;
75103
75103
  if (this.dom.hasClass(element, 'is-rte-tool') || this.dom.hasClass(element, 'is-elementrte-tool')) g = true;