mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15650
This commit is contained in:
parent
83af400f65
commit
b6b5b20daa
1 changed files with 1 additions and 1 deletions
|
@ -1846,7 +1846,7 @@ func genAttrViewGroups(view *av.View, attrView *av.AttributeView) {
|
|||
}
|
||||
}
|
||||
|
||||
if 1 > len(groupItemsMap[groupValueDefault]) {
|
||||
if 1 > len(groupItemsMap[groupValueDefault]) && av.KeyTypeCheckbox != groupKey.Type {
|
||||
// 始终保留默认分组 https://github.com/siyuan-note/siyuan/issues/15587
|
||||
groupItemsMap[groupValueDefault] = []av.Item{}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue