Files
ComfyUI_frontend/src
Christian Byrne cd444b6e59 [bugfix] Fix refresh node definitions for subgraph nodes (#5222)
The refreshComboInNodes function was only iterating over top-level nodes,
missing nodes inside subgraphs. This caused file lists and combo widget
options to not update properly when new models were added, unless users
created completely new nodes.

Changes:
- Replace graph.nodes iteration with forEachNode() for hierarchical traversal
- Import forEachNode utility from graphTraversalUtil
- Change early continue to early return for callback function

Fixes #5196

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-08-26 19:59:55 -07:00
..
2025-04-25 13:12:30 -04:00
2024-09-25 16:01:50 +09:00
2025-08-11 23:29:01 -07:00
2025-08-05 07:31:07 -04:00
2025-08-13 11:46:03 -07:00