Fix tall node on creation by resizing after removing default outputs

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 16:01:01 +01:00
parent 3255fe76dc
commit a08f2676f5

View File

@@ -27,6 +27,8 @@ app.registerExtension({
this.addWidget("button", "Refresh Outputs", null, () => {
this.refreshDynamicOutputs();
});
this.setSize(this.computeSize());
};
nodeType.prototype.refreshDynamicOutputs = async function () {