mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
fix(web): timeline regression 2 (#16982)
* fix(web): timeline renders nothing after archiving in asset viewer * fix(web): timeline renders nothing after archiving in asset viewer * fix: ensure geometry updated when performing bulk action on all * fix: album assets selection
This commit is contained in:
@@ -181,7 +181,7 @@
|
||||
{#if asset.type === AssetTypeEnum.Image}
|
||||
<SetProfilePictureAction {asset} />
|
||||
{/if}
|
||||
<ArchiveAction {asset} {onAction} />
|
||||
<ArchiveAction {asset} {onAction} {preAction} />
|
||||
<MenuOption
|
||||
icon={mdiUpload}
|
||||
onClick={() => openFileUploadDialog({ multiple: false, assetId: asset.id })}
|
||||
|
||||
Reference in New Issue
Block a user