mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 22:20:03 +00:00
Merge remote-tracking branch 'origin/main' into fix-slot-layout-sync
This commit is contained in:
@@ -71,7 +71,7 @@ export function useSlotLayoutSync() {
|
||||
if (!graph) return false
|
||||
|
||||
// Initial registration for all nodes in the current graph
|
||||
for (const node of graph._nodes) {
|
||||
for (const node of graph.nodes) {
|
||||
computeAndRegisterSlots(node)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user