From 3ca1569b0cc5e3aba3cf2dbaf49ee7fd37fa5c64 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Sat, 9 Dec 2023 15:45:39 +0300 Subject: [PATCH] fix: Reset fixed height settings on reloading the workflow --- typescripts/comfyui/comfyui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescripts/comfyui/comfyui.tsx b/typescripts/comfyui/comfyui.tsx index c2b6a40..df5982d 100644 --- a/typescripts/comfyui/comfyui.tsx +++ b/typescripts/comfyui/comfyui.tsx @@ -1276,7 +1276,7 @@ function loadWorkflow2(workflow: any) { store.data.current_uploaded_image = {} // store.data.sync_from_canvas = {} store.data.loadImage_loading_method = {} - + store.data.output_node_fixed_height = {} //2) get the original order store.data.nodes_order = Object.keys(toJS(store.data.current_prompt2)) -- GitLab