Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
bff44c7ff6
1 changed files with 3 additions and 0 deletions
|
@ -724,6 +724,9 @@ func loadNodesByStartEnd(tree *parse.Tree, startID, endID string) (nodes []*ast.
|
|||
}
|
||||
nodes = append(nodes, node)
|
||||
for n := node.Next; nil != n; n = n.Next {
|
||||
if treenode.IsInFoldedHeading(n, nil) {
|
||||
continue
|
||||
}
|
||||
nodes = append(nodes, n)
|
||||
|
||||
if n.ID == endID {
|
||||
|
|
Loading…
Add table
Reference in a new issue