mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02: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