"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "1af19469db1ad2abd5cffc33481270163b29dec6"
Commit 1716aaa7 authored by pythongosssss's avatar pythongosssss
Browse files

Swap order to prevent being cleared

parent 9a270305
...@@ -225,10 +225,10 @@ class ComfyList { ...@@ -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", {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment