This commit is contained in:
Daniel 2025-06-18 12:12:20 +08:00
parent 4463fd6c5d
commit 727523883e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3068,6 +3068,7 @@ func sortAttributeViewRow(operation *Operation) (err error) {
break
}
}
view.Gallery.CardIDs = util.InsertElem(view.Gallery.CardIDs, previousIndex, rowID)
}
err = av.SaveAttributeView(attrView)