mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15531
This commit is contained in:
parent
93fdc69bec
commit
e9afbb6931
1 changed files with 1 additions and 1 deletions
|
@ -3043,7 +3043,7 @@ func removeAttributeViewBlock(srcIDs []string, avID string, tx *Transaction) (er
|
|||
|
||||
if nil != tree {
|
||||
trees[bt.RootID] = tree
|
||||
if node := treenode.GetNodeInTree(tree, val.BlockID); nil != node {
|
||||
if node := treenode.GetNodeInTree(tree, val.Block.ID); nil != node {
|
||||
if err = removeNodeAvID(node, avID, tx, tree); err != nil {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue