@innovastudio/contentbuilder 1.5.76 → 1.5.77

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.76",
4
+ "version": "1.5.77",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -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