mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 编辑器中输入 # 后标签搜索提示不全 Fix https://github.com/siyuan-note/siyuan/issues/7391
This commit is contained in:
parent
8196052c0d
commit
e08d621da7
3 changed files with 21 additions and 7 deletions
|
|
@ -205,7 +205,7 @@ func BuildGraph(query string) (boxID string, nodes []*GraphNode, links []*GraphL
|
|||
}
|
||||
|
||||
func linkTagBlocks(blocks *[]*Block, nodes *[]*GraphNode, links *[]*GraphLink, p string, style map[string]string) {
|
||||
tagSpans := sql.QueryTagSpans(p, 1024)
|
||||
tagSpans := sql.QueryTagSpans(p)
|
||||
if 1 > len(tagSpans) {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue