mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): multi-select in ascending asset order (#19461)
This commit is contained in:
parent
e34f46fa0d
commit
a36840d7cc
2 changed files with 7 additions and 4 deletions
|
|
@ -540,4 +540,8 @@ export class TimelineManager {
|
|||
isMismatched(this.#options.isTrashed, asset.isTrashed)
|
||||
);
|
||||
}
|
||||
|
||||
getAssetOrder() {
|
||||
return this.#options.order ?? AssetOrder.Desc;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue