mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Up the radius tolerance to 12px
This commit is contained in:
@@ -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 {};
|
||||
|
||||
Reference in New Issue
Block a user