Unverified Commit d1600738 authored by bymyself's avatar bymyself Committed by GitHub
Browse files

Fix loadGraphData call during restore (#3976)

parent ade7aa1b
......@@ -1599,7 +1599,7 @@ export class ComfyApp {
if (json) {
const workflow = JSON.parse(json);
const workflowName = getStorageValue("Comfy.PreviousWorkflow");
await this.loadGraphData(workflow, true, workflowName);
await this.loadGraphData(workflow, true, true, workflowName);
return true;
}
};
......
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