mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-25 07:05:26 +00:00
## Summary Fix #10549 where using the mouse wheel over the image history dropdown (e.g., in "Load Image" nodes) would trigger canvas zooming instead of scrolling the list. ## Changes Added `data-capture-wheel="true" ` to the root container. This attribute is used by the `TransformPane` to identify elements that should consume wheel events. ## Screenshots after https://github.com/user-attachments/assets/8935a1ca-9053-4ef1-9ab8-237f43eabb35 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-10550-fix-prevent-canvas-zoom-when-scrolling-image-history-dropdown-32f6d73d365081c4ad09f763481ef8c2) by [Unito](https://www.unito.io) --------- Co-authored-by: Terry Jia <terryjia88@gmail.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>