fix(web): hide stack thumbnail tray in slideshow mode (#29918)

Co-authored-by: priyanshuANDcoad <priyanshu23154050@akgec.ac.in>
This commit is contained in:
Priyanshu
2026-07-15 12:10:35 +02:00
committed by GitHub
co-authored by priyanshuANDcoad
parent 2cdbd0d00f
commit f6bf22d9ca
@@ -625,7 +625,7 @@
</div>
{/if}
{#if stack && withStacked && !assetViewerManager.isShowEditor}
{#if stack && withStacked && !assetViewerManager.isShowEditor && $slideshowState === SlideshowState.None}
{@const stackedAssets = stack.assets}
<div id="stack-slideshow" class="absolute bottom-0 col-span-4 col-start-1 w-fit max-w-full">
<div class="no-wrap horizontal-scrollbar relative flex flex-row overflow-x-auto overflow-y-hidden">