mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 04:55:53 +00:00
Fix loadGraphData call during restore (#3976)
This commit is contained in:
@@ -1599,7 +1599,7 @@ export class ComfyApp {
|
|||||||
if (json) {
|
if (json) {
|
||||||
const workflow = JSON.parse(json);
|
const workflow = JSON.parse(json);
|
||||||
const workflowName = getStorageValue("Comfy.PreviousWorkflow");
|
const workflowName = getStorageValue("Comfy.PreviousWorkflow");
|
||||||
await this.loadGraphData(workflow, true, workflowName);
|
await this.loadGraphData(workflow, true, true, workflowName);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user