mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
fix(web): double video playback on map timeline (#28090)
This commit is contained in:
parent
92634f923b
commit
7dc84f56c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue