Files
ComfyUI_frontend/browser_tests/tests/sidebar
dante01yoon 22d2d46e10 fix(test): use mouse.wheel to scroll sidebar for pagination
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.
2026-04-01 10:43:02 +09:00
..