mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 15:33:50 +00:00
Hash updates turn out to be very timing sensitive. While it's OK for drag gestures to be throttled with a trailing edge, manual moves such as zooming to a particular feature should always trigger a leading edge update. To recoup the performance, we could refactor the map events to the standard movestart, move, and moveend, and update the hash only on moveend. Fixes #2023