@innovastudio/contentbuilder 1.5.197 → 1.5.198
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
|
@@ -98489,7 +98489,9 @@ Please obtain a license at: https://innovastudio.com/contentbox`);
|
|
|
98489
98489
|
if (!this.controlPanel) this.rte.click(col);
|
|
98490
98490
|
}
|
|
98491
98491
|
handleCellClick(col, e) {
|
|
98492
|
-
if (
|
|
98492
|
+
if (this.useDefaultGrid) {
|
|
98493
|
+
if (col !== e.target.closest('.column')) return;
|
|
98494
|
+
}
|
|
98493
98495
|
if (this.cleanEditing) {
|
|
98494
98496
|
col.parentNode.querySelector('.is-row-tool').style.display = '';
|
|
98495
98497
|
col.parentNode.querySelector('.is-col-tool').style.display = '';
|