mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): Thumbnail not disappear after performing actions on the timeline (#3116)
* fix(web): Thumbnail not dissapear after action * actual cause * actual cause
This commit is contained in:
@@ -92,8 +92,6 @@
|
|||||||
role="checkbox"
|
role="checkbox"
|
||||||
aria-checked={selected}
|
aria-checked={selected}
|
||||||
{disabled}
|
{disabled}
|
||||||
in:fade={{ duration: 100 }}
|
|
||||||
out:fade={{ duration: 100 }}
|
|
||||||
>
|
>
|
||||||
{#if disabled}
|
{#if disabled}
|
||||||
<CheckCircle size="24" class="text-zinc-800" />
|
<CheckCircle size="24" class="text-zinc-800" />
|
||||||
|
|||||||
Reference in New Issue
Block a user