mirror of
https://github.com/immich-app/immich.git
synced 2026-01-26 11:24:44 -08:00
fix: hide stack slideshow when editor open (#25520)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user