Merge remote-tracking branch 'origin/main' into fix-slot-layout-sync

This commit is contained in:
Benjamin Lu
2025-09-05 09:52:53 -07:00
5 changed files with 2 additions and 817 deletions

View File

@@ -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)
}