@innovastudio/contentbuilder 1.4.149 → 1.4.150

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.4.149",
4
+ "version": "1.4.150",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -79014,6 +79014,7 @@ class ContentBuilder {
79014
79014
  onSelectBlock: block => {
79015
79015
  if (this.onSelectBlock) this.onSelectBlock(block);
79016
79016
  if (block.classList.contains('editable')) return;
79017
+ if (this.controlPanel) return;
79017
79018
  this.rte.rteTool.style.display = 'none';
79018
79019
  this.rte.elementRteTool.style.display = 'flex';
79019
79020
  this.rte.hideAlignButtons();