mirror of
https://github.com/immich-app/immich.git
synced 2024-12-25 10:43:13 +02:00
fix(web): asset selection show up on top (#3563)
* fix(web): asset selection show up on top * fix test
This commit is contained in:
parent
ff32506c5e
commit
1f64649434
@ -448,7 +448,7 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if album.assetCount > 0}
|
||||
{#if album.assetCount > 0 && !isShowAssetSelection}
|
||||
<GalleryViewer assets={album.assets} {sharedLink} bind:selectedAssets={multiSelectAsset} />
|
||||
{:else}
|
||||
<!-- Album is empty - Show asset selectection buttons -->
|
||||
|
Loading…
Reference in New Issue
Block a user