1
0
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:
Alex 2023-08-05 11:53:48 -05:00 committed by GitHub
parent ff32506c5e
commit 1f64649434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -->