mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-10-16 12:28:18 +00:00
temporary fix for #129
This commit is contained in:
@@ -130,7 +130,9 @@
|
||||
});
|
||||
currentBasemap.subscribe((value) => {
|
||||
// Updates coming from the database, or from the user swapping basemaps
|
||||
selectedBasemap.set(value);
|
||||
if (value !== get(selectedBasemap)) {
|
||||
selectedBasemap.set(value);
|
||||
}
|
||||
});
|
||||
|
||||
let open = false;
|
||||
|
Reference in New Issue
Block a user