mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
fb88b046cc
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