mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 23:50:13 +01:00
🎨 Improve database table view
This commit is contained in:
parent
339020a282
commit
3907165090
1 changed files with 0 additions and 1 deletions
|
|
@ -1919,7 +1919,6 @@ func getNodeByBlockID(tx *Transaction, blockID string) (node *ast.Node, tree *pa
|
||||||
tree, err = loadTreeByBlockID(blockID)
|
tree, err = loadTreeByBlockID(blockID)
|
||||||
}
|
}
|
||||||
if nil != err {
|
if nil != err {
|
||||||
logging.LogWarnf("load tree by block id [%s] failed: %s", blockID, err)
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
node = treenode.GetNodeInTree(tree, blockID)
|
node = treenode.GetNodeInTree(tree, blockID)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue