Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2025-11-26 18:07:57 +08:00
commit 7ecde05c20

View file

@ -2181,6 +2181,10 @@ func (box *Box) setSort(sortIDVals map[string]int) {
}
func pushFiletreeSortChanged(sortIDs map[string]int) {
if 1 > len(sortIDs) {
return
}
var childIDs []string
for sortID := range sortIDs {
childIDs = append(childIDs, sortID)