Added Application.md + add more TODOs
This commit is contained in:
parent
df94e7904d
commit
41dd119200
3 changed files with 185 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue