We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4babd3 commit c3d0be5Copy full SHA for c3d0be5
src/Query/TaskGroups.ts
@@ -34,7 +34,6 @@ export class TaskGroups {
34
35
this.sortTaskGroups();
36
37
- // Get the headings, now that the groups have been sorted.
38
this.setGroupsHeadings(taskGroupingTree);
39
}
40
@@ -91,7 +90,6 @@ export class TaskGroups {
91
90
92
93
private addTasks(taskGroupingTree: TaskGroupingTree) {
94
- // Build a container of all the groups
95
for (const [groups, tasks] of taskGroupingTree.groups) {
96
const taskGroup = new TaskGroup(groups, tasks);
97
this.add(taskGroup);
0 commit comments