mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Set initial state of "Zoom in to Edit" (fixes #1372)
This commit is contained in:
@@ -43,6 +43,8 @@ iD.ui.Modes = function(context) {
|
||||
context.map()
|
||||
.on('move.mode-buttons', _.debounce(disableTooHigh, 500));
|
||||
|
||||
disableTooHigh();
|
||||
|
||||
buttons.append('span')
|
||||
.attr('class', function(mode) { return mode.id + ' icon icon-pre-text'; });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user