@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -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;