From da8fd3a10ede479f225edb4878eb9ff3284e23cb Mon Sep 17 00:00:00 2001 From: arnon-1 Date: Tue, 10 Oct 2023 22:07:19 +0200 Subject: [PATCH] fix docstring --- web/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scripts/app.js b/web/scripts/app.js index 4dac47ffa..e7dcbf292 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -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){