forked from MapComplete/MapComplete
Small bugfixes on saving elements, fix #83
This commit is contained in:
parent
072e466607
commit
963949f86a
5 changed files with 20 additions and 12 deletions
|
@ -64,7 +64,7 @@ export class CustomLayersState {
|
|||
const favs = state.favourteLayers.data;
|
||||
let changed = false;
|
||||
count.addCallback((countStr) => {
|
||||
console.log("UPdating favourites")
|
||||
console.log("Updating favourites")
|
||||
if (countStr === undefined) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue