mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 20:25:17 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/14511
This commit is contained in:
parent
0220f38d94
commit
548ae028cc
5 changed files with 16 additions and 16 deletions
|
|
@ -136,11 +136,11 @@ func fillAttributeViewGalleryCardCover(attrView *av.AttributeView, view *av.View
|
|||
break
|
||||
}
|
||||
|
||||
tree := trees[blockValue.BlockID]
|
||||
tree := trees[blockValue.Block.ID]
|
||||
if nil == tree {
|
||||
break
|
||||
}
|
||||
node := treenode.GetNodeInTree(tree, blockValue.BlockID)
|
||||
node := treenode.GetNodeInTree(tree, blockValue.Block.ID)
|
||||
if nil == node {
|
||||
break
|
||||
}
|
||||
|
|
@ -199,11 +199,11 @@ func fillAttributeViewGalleryCardCover(attrView *av.AttributeView, view *av.View
|
|||
break
|
||||
}
|
||||
|
||||
tree := trees[blockValue.BlockID]
|
||||
tree := trees[blockValue.Block.ID]
|
||||
if nil == tree {
|
||||
break
|
||||
}
|
||||
node := treenode.GetNodeInTree(tree, blockValue.BlockID)
|
||||
node := treenode.GetNodeInTree(tree, blockValue.Block.ID)
|
||||
if nil == node {
|
||||
break
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue