[Bug] Fix progress bar display on last output node (#3309)

This commit is contained in:
Chenlei Hu
2025-04-02 11:07:25 -04:00
committed by GitHub
parent db575425fe
commit 8fc6840434

View File

@@ -169,7 +169,6 @@ watch(
number | null
],
([executingNodeId, executingNodeProgress]) => {
if (!executingNodeId) return
for (const node of comfyApp.graph.nodes) {
if (node.id == executingNodeId) {
node.progress = executingNodeProgress ?? undefined