mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +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:
parent
ff32506c5e
commit
1f64649434
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue