mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
fix(deps): update typescript-projects (#14892)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
]}
|
||||
/>
|
||||
|
||||
<svelte:body use:swipe on:swipedown={showControlBar} />
|
||||
<svelte:body use:swipe={() => ({ touchAction: 'pan-x' })} onswipedown={showControlBar} />
|
||||
|
||||
{#if showControls}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user