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
browser:
Chrome Version 81.0.4044.129 (Official Build) (64-bit)
It looks like there was a possible regression introduced in mapbox-gl@1.10.0 that affects the result of map.isMoving() inside the mouseup event handler.
Steps to Trigger Behavior
Add a layer to the map, then set a mouseup event handler on it.
Click on one of the layer's feature and call map.isMoving() in the handler.