From 73b382ed8203673149e96ccdd543d3cac7231ebc Mon Sep 17 00:00:00 2001 From: Simula_r <18093452+simula-r@users.noreply.github.com> Date: Tue, 28 Oct 2025 19:32:36 -0700 Subject: [PATCH] feat: scale width and height of vue nodes to that of litegraph --- src/composables/graph/useVueNodeLifecycle.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/composables/graph/useVueNodeLifecycle.ts b/src/composables/graph/useVueNodeLifecycle.ts index fbce66dce..1ea8ad2e6 100644 --- a/src/composables/graph/useVueNodeLifecycle.ts +++ b/src/composables/graph/useVueNodeLifecycle.ts @@ -81,6 +81,7 @@ function useVueNodeLifecycleIndividual() { ensureCorrectLayoutScale() } else { disposeNodeManagerAndSyncs() + ensureCorrectLayoutScale() } }, { immediate: true }