mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 00:31:19 +08:00
🔥 Graph nodes no longer display memos https://github.com/siyuan-note/siyuan/issues/13287
This commit is contained in:
parent
a96da3dff0
commit
55a4fdbd8b
@ -512,9 +512,6 @@ func nodeContentByBlock(block *Block) (ret string) {
|
||||
if ret = block.Name; "" != ret {
|
||||
return
|
||||
}
|
||||
if ret = block.Memo; "" != ret {
|
||||
return
|
||||
}
|
||||
ret = block.Content
|
||||
if maxLen := 48; maxLen < utf8.RuneCountInString(ret) {
|
||||
ret = gulu.Str.SubStr(ret, maxLen) + "..."
|
||||
|
Loading…
Reference in New Issue
Block a user