mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01: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()
|
keyValues = attrView.GetBlockKeyValues()
|
||||||
var values []*av.Value
|
var values []*av.Value
|
||||||
for _, kv := range keyValues.Values {
|
for _, kv := range keyValues.Values {
|
||||||
if !kv.IsDetached && !treenode.ExistBlockTree(kv.BlockID) {
|
if !kv.IsDetached && !treenode.ExistBlockTree(kv.Block.ID) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue