mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Change to 80px arrow key panning (this matches Leaflet default)
(closes #4207)
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ export function uiInit(context) {
|
||||
|
||||
|
||||
// pan amount
|
||||
var pa = 10;
|
||||
var pa = 80;
|
||||
|
||||
var keybinding = d3keybinding('main')
|
||||
.on('⌫', function() { d3.event.preventDefault(); })
|
||||
|
||||
Reference in New Issue
Block a user