This commit is contained in:
Daniel 2024-08-05 21:45:02 +08:00
parent 4451b0820d
commit 1c080f78f2
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 6 additions and 1 deletions

View file

@ -131,7 +131,7 @@ func GetBlockRefText(id string) string {
tree, err := LoadTreeByBlockID(id)
if nil != err {
return ErrTreeNotFound.Error()
return ""
}
node := treenode.GetNodeInTree(tree, id)