mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Swap order to prevent being cleared
This commit is contained in:
parent
9a27030519
commit
1716aaa7a6
@ -225,10 +225,10 @@ class ComfyList {
|
|||||||
$el("button", {
|
$el("button", {
|
||||||
textContent: "Load",
|
textContent: "Load",
|
||||||
onclick: () => {
|
onclick: () => {
|
||||||
|
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
|
||||||
if (item.outputs) {
|
if (item.outputs) {
|
||||||
app.nodeOutputs = item.outputs;
|
app.nodeOutputs = item.outputs;
|
||||||
}
|
}
|
||||||
app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
|
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
$el("button", {
|
$el("button", {
|
||||||
|
Loading…
Reference in New Issue
Block a user