mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-07 11:51:35 +00:00
Correctly update UI after choosing GPX file (#2144)
This commit is contained in:
@@ -323,6 +323,10 @@ iD.ui.Background = function(context) {
|
||||
|
||||
context.map()
|
||||
.on('move.background-update', _.debounce(update, 1000));
|
||||
|
||||
context.background()
|
||||
.on('change.background-update', update);
|
||||
|
||||
update();
|
||||
setOpacity(opacityDefault);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user