mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 09:04:02 +02:00
Show more stuff while panning
This commit is contained in:
@@ -401,8 +401,6 @@ iD.Map = function(elem) {
|
||||
if (fast) {
|
||||
if (!translateStart) translateStart = d3.mouse(document.body).slice();
|
||||
hideHandles();
|
||||
hideFills();
|
||||
hideMarkers();
|
||||
fastPan(d3.mouse(document.body), translateStart);
|
||||
} else {
|
||||
redraw();
|
||||
|
||||
Reference in New Issue
Block a user