mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Database grouping by field https://github.com/siyuan-note/siyuan/issues/10964
This commit is contained in:
parent
548857dc4b
commit
c64d68c71d
1 changed files with 3 additions and 0 deletions
|
@ -1566,6 +1566,9 @@ func renderAttributeView(attrView *av.AttributeView, blockID, viewID, query stri
|
|||
}
|
||||
}
|
||||
viewable.SetGroups(groups)
|
||||
|
||||
// 将总的视图上的项目清空,减少冗余
|
||||
viewable.(av.Collection).SetItems(nil)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue