1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 20:36:48 +01: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> </div>
{/if} {/if}
{#if album.assetCount > 0} {#if album.assetCount > 0 && !isShowAssetSelection}
<GalleryViewer assets={album.assets} {sharedLink} bind:selectedAssets={multiSelectAsset} /> <GalleryViewer assets={album.assets} {sharedLink} bind:selectedAssets={multiSelectAsset} />
{:else} {:else}
<!-- Album is empty - Show asset selectection buttons --> <!-- Album is empty - Show asset selectection buttons -->