mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av
This commit is contained in:
parent
e290d2a3fc
commit
44831e464c
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ func GetAttributeViewPrimaryKeyValues(avID, keyword string, page, pageSize int)
|
|||
keyValues = attrView.GetBlockKeyValues()
|
||||
var values []*av.Value
|
||||
for _, kv := range keyValues.Values {
|
||||
if !kv.IsDetached && !treenode.ExistBlockTree(kv.BlockID) {
|
||||
if !kv.IsDetached && !treenode.ExistBlockTree(kv.Block.ID) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue