You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @SeanEire , there's current support for zoom (fires whenever the z level changes), move (fires whenever zoom or drag), and moveend (fires at the end of the move). We're working to improve documentation for these.
@peterqliu Thanks! The move event was what I was looking for, I was listening for movestart.
Is there any plan to add exclusive events for dragstart/dragstop? It would be useful to be able to bind to those events in isolation rather than binding to the move events since move will be triggered on zoom also.
Are there currently any events emitted for drag interaction events like dragstart / dragend?
The text was updated successfully, but these errors were encountered: