Update src/renderer/extensions/vueNodes/composables/useVueNodeResizeTracking.ts

Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
Christian Byrne
2025-09-09 12:17:25 -07:00
committed by GitHub
parent 3112dba454
commit b6269c0e37

View File

@@ -73,7 +73,7 @@ const resizeObserver = new ResizeObserver((entries) => {
x: rect.left,
y: rect.top,
width,
height
height: height-LiteGraph.NODE_TITLE_HEIGHT
}
if (!updatesByType.has(elementType)) {