Align reset_view param on json file load (#3823)

This commit is contained in:
Chenlei Hu
2025-05-08 16:00:13 -04:00
committed by GitHub
parent 2425e32d51
commit 2019c1d877
4 changed files with 9 additions and 9 deletions

View File

@@ -1364,7 +1364,7 @@ export class ComfyApp {
await this.loadGraphData(
JSON.parse(readerResult),
true,
false,
true,
fileName
)
}