feat: start on node arrange alg

This commit is contained in:
Simula_r
2025-10-16 10:12:32 -07:00
parent 06ba106f59
commit 6a421330a0
2 changed files with 358 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ function useVueNodeLifecycleIndividual() {
const { startSync } = useLayoutSync()
const { fixOverlaps } = useFixVueNodeOverlap()
const initializeNodeManager = () => {
// Use canvas graph if available (handles subgraph contexts), fallback to app graph
const activeGraph = comfyApp.canvas?.graph