@innovastudio/contentbuilder 1.5.203 → 1.5.204

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/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.203",
4
+ "version": "1.5.204",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -100045,6 +100045,9 @@ Please obtain a license at: https://innovastudio.com/contentbox`);
100045
100045
  if (this.opts.onBlockCanvasAdd) this.opts.onBlockCanvasAdd();
100046
100046
  this.opts.onChange();
100047
100047
  this.opts.onRender();
100048
+
100049
+ // Reinit after drag drop block
100050
+ if (this.win.builderRuntime) this.win.builderRuntime.reinitialize();
100048
100051
  }
100049
100052
 
100050
100053
  // destroy