mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
refactor: auto advance asset viewer (#3554)
This commit is contained in:
parent
c6abef186c
commit
68b5202730
16 changed files with 77 additions and 78 deletions
|
|
@ -268,7 +268,7 @@
|
|||
bottom={-200}
|
||||
>
|
||||
<div id="gallery-memory" bind:this={memoryGallery}>
|
||||
<GalleryViewer assets={currentMemory.assets} viewFrom="album-page" />
|
||||
<GalleryViewer assets={currentMemory.assets} />
|
||||
</div>
|
||||
</IntersectionObserver>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue