mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
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
Add a link
Reference in a new issue