Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-11-26 16:43:08 +08:00
parent b0d950efd4
commit 141653cf13
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

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)