jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
685 stars 62 forks source link

Added wheel support #321

Closed VladislavZavadskyy closed 2 months ago

VladislavZavadskyy commented 1 year ago

I find this extension to be vastly helpful, great job on it! However wheel scroll events are critical for my application, so I went ahead and added them. Maybe someone else will find them useful, so I'm opening this pull request. It's very minimal and shouldn't break anything, but please do verify everything is correct, as I'm only superficially familiar with JS and with the codebase of this project.

martinRenou commented 2 months ago

Sorry for the late answer!