From a08f2676f5c21c332b9363091707b0d1af41d203 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Mon, 23 Feb 2026 16:01:01 +0100 Subject: [PATCH] Fix tall node on creation by resizing after removing default outputs Co-Authored-By: Claude Opus 4.6 --- web/json_dynamic.js | 2 ++ 1 file changed, 2 insertions(+) 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 () {