mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	fix(web): timeline scrolling up (#4612)
This commit is contained in:
		| @@ -13,7 +13,6 @@ | |||||||
|   import type { AssetStore } from '$lib/stores/assets.store'; |   import type { AssetStore } from '$lib/stores/assets.store'; | ||||||
|   import type { AssetInteractionStore } from '$lib/stores/asset-interaction.store'; |   import type { AssetInteractionStore } from '$lib/stores/asset-interaction.store'; | ||||||
|   import type { Viewport } from '$lib/stores/assets.store'; |   import type { Viewport } from '$lib/stores/assets.store'; | ||||||
|   import { flip } from 'svelte/animate'; |  | ||||||
|  |  | ||||||
|   export let assets: AssetResponseDto[]; |   export let assets: AssetResponseDto[]; | ||||||
|   export let bucketDate: string; |   export let bucketDate: string; | ||||||
| @@ -177,7 +176,6 @@ | |||||||
|           <div |           <div | ||||||
|             class="absolute" |             class="absolute" | ||||||
|             style="width: {box.width}px; height: {box.height}px; top: {box.top}px; left: {box.left}px" |             style="width: {box.width}px; height: {box.height}px; top: {box.top}px; left: {box.left}px" | ||||||
|             animate:flip={{ duration: 350 }} |  | ||||||
|           > |           > | ||||||
|             <Thumbnail |             <Thumbnail | ||||||
|               {asset} |               {asset} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user