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.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();
|
||||
|
|
Loading…
Reference in New Issue