@innovastudio/contentbox 1.6.90 → 1.6.91
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.6.
|
|
4
|
+
"version": "1.6.91",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"ws": "^8.13.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@innovastudio/contentbuilder": "^1.5.
|
|
57
|
+
"@innovastudio/contentbuilder": "^1.5.77",
|
|
58
58
|
"js-beautify": "^1.14.0",
|
|
59
59
|
"sortablejs": "^1.15.2"
|
|
60
60
|
}
|
|
@@ -40566,6 +40566,13 @@ class HtmlUtil {
|
|
|
40566
40566
|
|
|
40567
40567
|
//Trigger Render event
|
|
40568
40568
|
this.builder.opts.onRender();
|
|
40569
|
+
|
|
40570
|
+
// Re-select
|
|
40571
|
+
if (row.firstChild) row.firstChild.click();
|
|
40572
|
+
//Change to row selection
|
|
40573
|
+
row.classList.remove('row-outline');
|
|
40574
|
+
//Hide Column tool (new!)
|
|
40575
|
+
util.hideColumnTool();
|
|
40569
40576
|
}
|
|
40570
40577
|
if (mode === 'full') {
|
|
40571
40578
|
// freeform
|