mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
fix(web): multi-select in ascending asset order (#19461)
This commit is contained in:
@@ -540,4 +540,8 @@ export class TimelineManager {
|
||||
isMismatched(this.#options.isTrashed, asset.isTrashed)
|
||||
);
|
||||
}
|
||||
|
||||
getAssetOrder() {
|
||||
return this.#options.order ?? AssetOrder.Desc;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user