mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 13:40:25 +00:00
Update src/renderer/extensions/vueNodes/composables/useVueNodeResizeTracking.ts
Co-authored-by: AustinMroz <austin@comfy.org>
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user