🔥 Graph nodes no longer display memos https://github.com/siyuan-note/siyuan/issues/13287
This commit is contained in:
parent
a96da3dff0
commit
55a4fdbd8b
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue