@innovastudio/contentbuilder 1.0.62 → 1.0.63
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
|
@@ -58370,6 +58370,8 @@ class ContentBuilder {
|
|
|
58370
58370
|
this.colTool.showColumnTool(this.activeCol);
|
|
58371
58371
|
}
|
|
58372
58372
|
}
|
|
58373
|
+
|
|
58374
|
+
this.util.checkEmpty(); // for multiple instances check
|
|
58373
58375
|
},
|
|
58374
58376
|
onAdd: evt => {
|
|
58375
58377
|
var itemEl = evt.item;
|