mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-08 19:24:49 +02:00
3be61a65e6
This avoids a duplicate full redraw at the end of a drag pan. The redraw triggered by mouseup.zoom now cancels the pending debounced redraw. Also, bump the debounce interval to 300ms, which helps avoid full redraws during scroll zoom, making it more responsive.