Up the radius tolerance to 12px

This commit is contained in:
Tom MacWright
2013-02-05 15:41:56 -05:00
parent 0e0ca2382e
commit 9743fdf477
+1 -1
View File
@@ -3,7 +3,7 @@ iD.behavior.Draw = function(context) {
'clickNode', 'undo', 'cancel', 'finish'),
keybinding = d3.keybinding('draw'),
hover = iD.behavior.Hover(),
tolerance = 8;
tolerance = 12;
function datum() {
if (d3.event.altKey) return {};