mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
🐛 图片 OCR 搜索结果后出现多余的 span 字符串 Fix https://github.com/siyuan-note/siyuan/issues/7119
This commit is contained in:
parent
2476776c83
commit
e706f26e68
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ func NodeStaticContent(node *ast.Node, excludeTypes []string) string {
|
|||
buf.WriteByte(' ')
|
||||
}
|
||||
if nil != linkDest {
|
||||
buf.Write(n.Tokens)
|
||||
buf.Write(linkDest.Tokens)
|
||||
buf.WriteByte(' ')
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue