@innovastudio/contentbuilder 1.5.98 → 1.5.99
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
@@ -50048,6 +50048,7 @@ class Module {
|
|
50048
50048
|
class Code {
|
50049
50049
|
constructor(builder) {
|
50050
50050
|
this.builder = builder;
|
50051
|
+
this.renderTool();
|
50051
50052
|
}
|
50052
50053
|
renderTool() {
|
50053
50054
|
const builderStuff = this.builder.builderStuff;
|