diff --git a/src/renderer/core/layout/sync/useSlotLayoutSync.ts b/src/renderer/core/layout/sync/useSlotLayoutSync.ts index 2bc7d53f3..faaebb21d 100644 --- a/src/renderer/core/layout/sync/useSlotLayoutSync.ts +++ b/src/renderer/core/layout/sync/useSlotLayoutSync.ts @@ -70,7 +70,7 @@ export function useSlotLayoutSync() { if (!graph) return // Initial registration for all nodes in the current graph - for (const node of graph._nodes) { + for (const node of graph.nodes) { computeAndRegisterSlots(node) }