fix: hide stack slideshow when editor open (#25520)

This commit is contained in:
Brandon Wees
2026-01-26 05:04:59 -06:00
committed by GitHub
parent be0eef405d
commit 3b0be896e6

View File

@@ -588,7 +588,7 @@
</div>
{/if}
{#if stack && withStacked}
{#if stack && withStacked && !assetViewerManager.isShowEditor}
{@const stackedAssets = stack.assets}
<div id="stack-slideshow" class="absolute bottom-0 w-full col-span-4 col-start-1 pointer-events-none">
<div class="relative flex flex-row no-wrap overflow-x-auto overflow-y-hidden horizontal-scrollbar">