mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 13:41:59 +00:00
VirtualGrid is nested inside PrimeVue ScrollPanel, so directly setting scrollTop on a CSS-class-selected container may target the wrong element. mouse.wheel dispatches trusted wheel events that the browser routes to the correct scroll target automatically.