Export onScroll event #7786
radoslavirha
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to export onScroll event from deck instance? It should be similar to onHover.
When I init map and start scrolling immediately (no mousemove) I would like to have cursor coordinates. So basically only for mouse coords before I perform mousemove (on map init). It's important for me to know those coords.
I can subscribe to
wheel
ineventManager
, but it's private (OFC ts-ignore can solve it).Do you have any suggestions for me?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions