mirror of
https://github.com/immich-app/immich.git
synced 2026-04-30 12:50:46 -04:00
fix(web): double video playback on map timeline (#28090)
This commit is contained in:
parent
92634f923b
commit
7dc84f56c0
@ -86,7 +86,7 @@
|
||||
</div>
|
||||
</UserPageLayout>
|
||||
<Portal target="body">
|
||||
{#if assetViewerManager.isViewing}
|
||||
{#if assetViewerManager.isViewing && !isTimelinePanelVisible}
|
||||
{#await import('$lib/components/asset-viewer/AssetViewer.svelte') then { default: AssetViewer }}
|
||||
<AssetViewer
|
||||
cursor={{ current: assetViewerManager.asset! }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user