feat: scale width and height of vue nodes to that of litegraph

This commit is contained in:
Simula_r
2025-10-28 19:32:36 -07:00
parent f39053b75b
commit 73b382ed82

View File

@@ -81,6 +81,7 @@ function useVueNodeLifecycleIndividual() {
ensureCorrectLayoutScale()
} else {
disposeNodeManagerAndSyncs()
ensureCorrectLayoutScale()
}
},
{ immediate: true }