Mark an object when children have been populated

This commit is contained in:
Casper Warden
2024-09-09 01:57:23 +01:00
parent dd7b313b54
commit 540ca96697
3 changed files with 3 additions and 1 deletions

View File

@@ -1189,6 +1189,7 @@ export class ObjectStoreLite implements IObjectStore
obj.children.push(child);
}
}
obj.childrenPopulated = true;
}
}