This commit is contained in:
Daniel 2025-08-13 01:02:38 +08:00
parent 94d37ae47e
commit 52cd7d0bfa
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3559,9 +3559,7 @@ func sortAttributeViewRow(operation *Operation) (err error) {
if av.KeyTypeMSelect == groupKey.Type {
// 跨多选分组时一个项目可能会同时存在于多个分组中,需要重新生成分组
regenAttrViewGroups(attrView, "force")
return
}
}
} else { // 同分组内排序
for i, r := range groupView.GroupItemIDs {