@innovastudio/contentbuilder 1.4.149 → 1.4.150

Sign up to get free protection for your applications and to get access to all the features.
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();