Sfoglia il codice sorgente

Merge branch 'main' of github.com:immich-app/immich

Alex Tran 2 anni fa
parent
commit
bd5ed1b684
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/src/routes/photos/index.svelte

+ 1 - 1
web/src/routes/photos/index.svelte

@@ -254,7 +254,7 @@
 					>
 						<!-- Date group title -->
 						<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
 									in:fly={{ x: -24, duration: 200, opacity: 0.5 }}
 									out:fly={{ x: -24, duration: 200 }}