Half-second

This commit is contained in:
Tom MacWright
2013-02-05 15:40:23 -05:00
parent f65803d99f
commit 0e0ca2382e

View File

@@ -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();
}
});