Added Application.md + add more TODOs

This commit is contained in:
Eric NGUYEN 2022-10-17 15:42:53 +02:00
parent df94e7904d
commit 41dd119200
3 changed files with 185 additions and 0 deletions

View file

@ -40,6 +40,8 @@ export function ReviveState(state: IHistoryState): void {
return;
}
// TODO: remove parent and remove this bloc of code
// TODO: See IContainerModel.ts for more detail
const it = MakeDFSIterator(root, state.containers);
for (const container of it) {
const parentId = container.properties.parentId;