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