mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 11:28:49 +01:00
🎨 Clean code
This commit is contained in:
parent
de4e233679
commit
8445fa73f2
1 changed files with 0 additions and 5 deletions
|
|
@ -124,11 +124,6 @@ func getBlockRefText(id string, tree *parse.Tree) (ret string) {
|
|||
return
|
||||
}
|
||||
|
||||
sqlBlock := sql.BuildBlockFromNode(node, tree)
|
||||
if nil == sqlBlock {
|
||||
return
|
||||
}
|
||||
|
||||
ret = getNodeRefText(node)
|
||||
ret = maxContent(ret, Conf.Editor.BlockRefDynamicAnchorTextMaxLen)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue