fix: no dirty marks on client
This commit is contained in:
parent
cec3769802
commit
e90755fc01
|
@ -64,6 +64,9 @@ export class EntityList extends decorate(class {}) {
|
|||
}
|
||||
|
||||
markEntityDirty(entity) {
|
||||
if (AVOCADO_CLIENT) {
|
||||
return;
|
||||
}
|
||||
if (-1 === this._dirtyEntities.indexOf(entity)) {
|
||||
this._dirtyEntities.push(entity);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user