mirror of
https://github.com/immich-app/immich.git
synced 2026-05-15 06:40:49 +03:00
fix(web): double video playback on map timeline (#28090)
This commit is contained in:
@@ -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! }}
|
||||
|
||||
Reference in New Issue
Block a user