mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 23:14:49 +08:00
Redraw node on opt change
This commit is contained in:
@@ -46,6 +46,7 @@ app.registerExtension({
|
||||
this.outputs[0].name = "";
|
||||
}
|
||||
this.size = this.computeSize();
|
||||
app.graph.setDirtyCanvas(true);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
||||
<script type="module">
|
||||
import "/extensions/core/dynamicPrompts.js";
|
||||
import "/extensions/core/rerouteNode.js";
|
||||
|
||||
import { app } from "/scripts/app.js";
|
||||
await app.setup();
|
||||
|
Reference in New Issue
Block a user