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 befd62b commit 39afd6bCopy full SHA for 39afd6b
src/Task/ListItem.ts
@@ -7,7 +7,7 @@ export class ListItem {
7
// The original line read from file.
8
public readonly originalMarkdown: string;
9
10
- public readonly parent: ListItem | null = null;
+ public readonly parent: ListItem | null;
11
public readonly children: ListItem[] = [];
12
public readonly indentation: string;
13
public readonly listMarker: string;
0 commit comments