Skip to content

Commit 8fc6840

Browse files
authored
[Bug] Fix progress bar display on last output node (#3309)
1 parent db57542 commit 8fc6840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/graph/GraphCanvas.vue

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ watch(
169169
number | null
170170
],
171171
([executingNodeId, executingNodeProgress]) => {
172-
if (!executingNodeId) return
173172
for (const node of comfyApp.graph.nodes) {
174173
if (node.id == executingNodeId) {
175174
node.progress = executingNodeProgress ?? undefined

0 commit comments

Comments
 (0)