Don't load the view coordinates when loading a workflow from the history.
I think this makes things slightly less annoying for some users.
This commit is contained in:
@@ -228,7 +228,7 @@ class ComfyList {
|
||||
$el("button", {
|
||||
textContent: "Load",
|
||||
onclick: async () => {
|
||||
await app.loadGraphData(item.prompt[3].extra_pnginfo.workflow);
|
||||
await app.loadGraphData(item.prompt[3].extra_pnginfo.workflow, true, false);
|
||||
if (item.outputs) {
|
||||
app.nodeOutputs = item.outputs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user