@innovastudio/contentbuilder 1.3.61 → 1.3.62
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
@@ -3631,7 +3631,7 @@ button:focus-visible {
|
|
3631
3631
|
left: -40px;
|
3632
3632
|
background: #fff;
|
3633
3633
|
border: 1px solid #e8e8e8;
|
3634
|
-
border-right: none
|
3634
|
+
border-right: none;
|
3635
3635
|
line-height: 39px;
|
3636
3636
|
text-align: center;
|
3637
3637
|
box-shadow: rgba(0, 0, 0, 0.025) -4px 2px 5px 0px;
|
@@ -77111,11 +77111,10 @@ class ContentBuilder {
|
|
77111
77111
|
this.dom.addClass(row, 'row-outline');
|
77112
77112
|
} //this.getState();
|
77113
77113
|
// Call onContentClick to indicate click on editable content (eg. for plugin usage)
|
77114
|
+
// if (!col.hasAttribute('data-html')) {
|
77114
77115
|
|
77115
77116
|
|
77116
|
-
if (
|
77117
|
-
if (this.opts.onContentClick) this.opts.onContentClick(e);
|
77118
|
-
}
|
77117
|
+
if (this.opts.onContentClick) this.opts.onContentClick(e); // }
|
77119
77118
|
|
77120
77119
|
this.element.click(col, e);
|
77121
77120
|
this.colTool.click(col);
|