mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-09 16:54:21 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15590
This commit is contained in:
parent
85800b8085
commit
980cf25745
2 changed files with 79 additions and 1 deletions
|
|
@ -1751,7 +1751,7 @@ func genAttrViewGroups(view *av.View, attrView *av.AttributeView) {
|
|||
groupItemsMap := map[string][]av.Item{}
|
||||
for _, item := range items {
|
||||
value := item.GetValue(group.Field)
|
||||
if value.IsEmpty() {
|
||||
if value.IsBlank() {
|
||||
groupItemsMap[groupValueDefault] = append(groupItemsMap[groupValueDefault], item)
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue