feat: hydrate entities in list view
This commit is contained in:
parent
c6023edef7
commit
2b94edc5f2
|
@ -13,6 +13,7 @@ export class EntityListView extends Container {
|
|||
}
|
||||
|
||||
onListEntityAdded(entity) {
|
||||
entity.hydrate();
|
||||
if (entity.is('visible')) {
|
||||
this.addChild(entity.container);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user