@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.197",
4
+ "version": "1.5.198",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -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 (col !== e.target.closest('.column')) return;
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 = '';