fix docstring

This commit is contained in:
arnon-1 2023-10-10 22:07:19 +02:00
parent af2b660125
commit da8fd3a10e

View File

@ -1433,7 +1433,7 @@ export class ComfyApp {
/**
* Populates the graph with the specified workflow data
* @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) {
if (state_reset){