mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-30 21:09:53 +00:00
[Bug] Fix progress bar display on last output node (#3309)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user