File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33 * Provides event-driven reactivity with performance optimizations
44 */
55import { reactiveComputed } from '@vueuse/core'
6- import { nextTick , reactive , shallowReactive } from 'vue'
6+ import { reactive , shallowReactive } from 'vue'
77
88import { useChainCallback } from '@/composables/functional/useChainCallback'
99import { isProxyWidget } from '@/core/graph/subgraph/proxyWidget'
@@ -482,7 +482,7 @@ export function useGraphNodeManager(graph: LGraph): GraphNodeManager {
482482 } else {
483483 // Not during workflow loading - initialize layout immediately
484484 // This handles individual node additions during normal operation
485- nextTick ( initializeVueNodeLayout )
485+ requestAnimationFrame ( initializeVueNodeLayout )
486486 }
487487
488488 // Call original callback if provided
You can’t perform that action at this time.
0 commit comments