This commit is contained in:
Daniel 2025-08-10 09:58:59 +08:00
parent 97684b411a
commit f05a8b5d4e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3480,8 +3480,6 @@ func sortAttributeViewRow(operation *Operation) (err error) {
}
targetGroupView.GroupItemIDs = util.InsertElem(targetGroupView.GroupItemIDs, previousIndex, itemID)
}
regenAttrViewGroups(attrView, "force")
} else { // 同分组内排序
for i, r := range groupView.GroupItemIDs {
if r == operation.PreviousID {