fix: map uuid before adding entity
This commit is contained in:
parent
e31d7be41a
commit
4e5c4abe8c
|
@ -47,8 +47,8 @@ class EntityListBase {
|
|||
const newEntity = create().fromJSON({
|
||||
traits: change[uuid],
|
||||
});
|
||||
this.addEntity(newEntity);
|
||||
this.uuidMap_PRIVATE[uuid] = newEntity.instanceUuid;
|
||||
this.addEntity(newEntity);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user