refactor: auto advance asset viewer ()

This commit is contained in:
Jason Rasmussen 2023-08-04 23:26:28 -04:00 committed by GitHub
parent c6abef186c
commit 68b5202730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 77 additions and 78 deletions
web/src/lib/components/memory-page

View file

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