mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 19:21:54 +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,
|
x: rect.left,
|
||||||
y: rect.top,
|
y: rect.top,
|
||||||
width,
|
width,
|
||||||
height
|
height: height-LiteGraph.NODE_TITLE_HEIGHT
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!updatesByType.has(elementType)) {
|
if (!updatesByType.has(elementType)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user