mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-12 22:42:36 +08:00
fix docstring
This commit is contained in:
parent
af2b660125
commit
da8fd3a10e
@ -1433,7 +1433,7 @@ export class ComfyApp {
|
|||||||
/**
|
/**
|
||||||
* Populates the graph with the specified workflow data
|
* Populates the graph with the specified workflow data
|
||||||
* @param {*} graphData A serialized graph object
|
* @param {*} graphData A serialized graph object
|
||||||
* @param state_reset if given and set to true, the state will not be updated
|
* @param state_reset if set to true, the state will be updated
|
||||||
*/
|
*/
|
||||||
loadGraphData(graphData, state_reset = true) {
|
loadGraphData(graphData, state_reset = true) {
|
||||||
if (state_reset){
|
if (state_reset){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user