mirror of
https://github.com/immich-app/immich.git
synced 2026-01-28 14:47:33 -05:00
fix: hide stack slideshow when editor open (#25520)
This commit is contained in:
parent
be0eef405d
commit
3b0be896e6
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user