Attempt to fix the personal layer

This commit is contained in:
Pieter Vander Vennet 2021-05-17 00:17:21 +02:00
parent ebc89385ea
commit fa5ed7c690
3 changed files with 6 additions and 1 deletions

View file

@ -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) {