diff --git a/js/id/behavior/draw.js b/js/id/behavior/draw.js index e482138ec..d4aac636d 100644 --- a/js/id/behavior/draw.js +++ b/js/id/behavior/draw.js @@ -29,7 +29,7 @@ iD.behavior.Draw = function(context) { d3.select(window).on('mouseup.draw', function() { target.on('mousemove.draw', mousemove); if (iD.geo.dist(pos, point()) < tolerance && - (+new Date() - time) < 1000) { + (+new Date() - time) < 500) { click(); } });