Add TODO for fold state
This commit is contained in:
parent
628086a806
commit
6c9b82493e
2
file.go
2
file.go
|
@ -138,7 +138,7 @@ func convertBlocksToListItems(current string, blocks BlockResponse, indent int)
|
||||||
ID: child,
|
ID: child,
|
||||||
Indented: indent,
|
Indented: indent,
|
||||||
Text: blocks.Texts[child],
|
Text: blocks.Texts[child],
|
||||||
Fold: "open",
|
Fold: "open", // TODO: keep Fold state somewhere
|
||||||
Hidden: false,
|
Hidden: false,
|
||||||
})
|
})
|
||||||
listItems = append(listItems, l...)
|
listItems = append(listItems, l...)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user