mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Fixed checkbox render performance (#448)
This commit is contained in:
		@@ -254,7 +254,7 @@
 | 
				
			|||||||
					>
 | 
										>
 | 
				
			||||||
						<!-- Date group title -->
 | 
											<!-- Date group title -->
 | 
				
			||||||
						<p class="font-medium text-sm text-immich-fg mb-2 flex place-items-center h-6">
 | 
											<p class="font-medium text-sm text-immich-fg mb-2 flex place-items-center h-6">
 | 
				
			||||||
							{#if (selectedGroupThumbnail === groupIndex && isMouseOverGroup) || isMultiSelectionMode}
 | 
												{#if (selectedGroupThumbnail === groupIndex && isMouseOverGroup) || selectedGroup.has(groupIndex)}
 | 
				
			||||||
								<div
 | 
													<div
 | 
				
			||||||
									in:fly={{ x: -24, duration: 200, opacity: 0.5 }}
 | 
														in:fly={{ x: -24, duration: 200, opacity: 0.5 }}
 | 
				
			||||||
									out:fly={{ x: -24, duration: 200 }}
 | 
														out:fly={{ x: -24, duration: 200 }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user