Swap order to prevent being cleared
This commit is contained in:
parent
9a27030519
commit
1716aaa7a6
|
@ -225,10 +225,10 @@ class ComfyList {
|
|||
$el("button", {
|
||||
textContent: "Load",
|
||||
onclick: () => {
|
||||
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
|
||||
if (item.outputs) {
|
||||
app.nodeOutputs = item.outputs;
|
||||
}
|
||||
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
|
||||
},
|
||||
}),
|
||||
$el("button", {
|
||||
|
|
Loading…
Reference in New Issue