diff --git a/web/json_dynamic.js b/web/json_dynamic.js index 6cda407..0f00fb0 100644 --- a/web/json_dynamic.js +++ b/web/json_dynamic.js @@ -27,6 +27,8 @@ app.registerExtension({ this.addWidget("button", "Refresh Outputs", null, () => { this.refreshDynamicOutputs(); }); + + this.setSize(this.computeSize()); }; nodeType.prototype.refreshDynamicOutputs = async function () {