浏览代码

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

Alex Tran 2 年之前
父节点
当前提交
bd5ed1b684
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 }}