@innovastudio/contentbuilder 1.5.76 → 1.5.77
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
|
@@ -14177,6 +14177,13 @@ class HtmlUtil {
|
|
|
14177
14177
|
|
|
14178
14178
|
//Trigger Render event
|
|
14179
14179
|
this.builder.opts.onRender();
|
|
14180
|
+
|
|
14181
|
+
// Re-select
|
|
14182
|
+
if (row.firstChild) row.firstChild.click();
|
|
14183
|
+
//Change to row selection
|
|
14184
|
+
row.classList.remove('row-outline');
|
|
14185
|
+
//Hide Column tool (new!)
|
|
14186
|
+
util.hideColumnTool();
|
|
14180
14187
|
}
|
|
14181
14188
|
if (mode === 'full') {
|
|
14182
14189
|
// freeform
|