@innovastudio/contentbox 1.4.56 → 1.4.57

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/contentbox",
3
3
  "type": "module",
4
- "version": "1.4.56",
4
+ "version": "1.4.57",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.3.61",
49
+ "@innovastudio/contentbuilder": "^1.3.62",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }
@@ -90778,11 +90778,10 @@ class ContentBuilder {
90778
90778
  this.dom.addClass(row, 'row-outline');
90779
90779
  } //this.getState();
90780
90780
  // Call onContentClick to indicate click on editable content (eg. for plugin usage)
90781
+ // if (!col.hasAttribute('data-html')) {
90781
90782
 
90782
90783
 
90783
- if (!col.hasAttribute('data-html')) {
90784
- if (this.opts.onContentClick) this.opts.onContentClick(e);
90785
- }
90784
+ if (this.opts.onContentClick) this.opts.onContentClick(e); // }
90786
90785
 
90787
90786
  this.element.click(col, e);
90788
90787
  this.colTool.click(col);