mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
chore(web) Update SvelteKit (#1066)
* Update sveltekit * Update sveltekit * Update correct preloading attribute
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
export let scrollbarHeight = 0;
|
||||
|
||||
$: timelineHeight = $assetGridState.timelineHeight;
|
||||
$: viewportWidth = $assetGridState.viewportWidth;
|
||||
$: timelineScrolltop = (scrollbarPosition / scrollbarHeight) * timelineHeight;
|
||||
|
||||
let segmentScrollbarLayout: SegmentScrollbarLayout[] = [];
|
||||
|
||||
Reference in New Issue
Block a user