forked from MapComplete/MapComplete
Attempt to fix the personal layer
This commit is contained in:
parent
ebc89385ea
commit
fa5ed7c690
3 changed files with 6 additions and 1 deletions
|
@ -69,6 +69,9 @@ export class ElementStorage {
|
|||
const debug_msg = []
|
||||
let somethingChanged = false;
|
||||
for (const k in newProperties) {
|
||||
if(!newProperties.hasOwnProperty(k)){
|
||||
continue;
|
||||
}
|
||||
const v = newProperties[k];
|
||||
|
||||
if (keptKeys[k] !== v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue