@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
|
@@ -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
|