Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stop pan key event even when pan anim is in progress (Leaflet#6231)
When pressing pan key multiple times while pan animation is in progress, `stop` function isn't invoked. This led to document scroll (if document is scrollable) This commit fixes the issue to stop pan key event even when pan animation is in progress.
- Loading branch information