@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
|
@@ -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();
|