This commit is contained in:
parent
e1ddf2ab71
commit
1e37640749
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ func SearchRefBlock(id, rootID, keyword string, beforeLen int) (ret []*Block, ne
|
|||
continue
|
||||
}
|
||||
cachedTrees[b.RootID] = tree
|
||||
b.RefText = getBlockRefText(id, tree)
|
||||
b.RefText = getBlockRefText(b.ID, tree)
|
||||
|
||||
hitFirstChildID := false
|
||||
if b.IsContainerBlock() {
|
||||
|
|
Loading…
Add table
Reference in a new issue