From 4add6cb26e1b9df0f0e4fc1684192a6bb7740613 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Jul 2023 21:48:21 -0500 Subject: [PATCH] fix(web): Thumbnail not disappear after performing actions on the timeline (#3116) * fix(web): Thumbnail not dissapear after action * actual cause * actual cause --- web/src/lib/components/assets/thumbnail/thumbnail.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/src/lib/components/assets/thumbnail/thumbnail.svelte b/web/src/lib/components/assets/thumbnail/thumbnail.svelte index b49f5bacc1..24ec8d0cd8 100644 --- a/web/src/lib/components/assets/thumbnail/thumbnail.svelte +++ b/web/src/lib/components/assets/thumbnail/thumbnail.svelte @@ -92,8 +92,6 @@ role="checkbox" aria-checked={selected} {disabled} - in:fade={{ duration: 100 }} - out:fade={{ duration: 100 }} > {#if disabled}