Explorar el Código

fix(web): Thumbnail not disappear after performing actions on the timeline (#3116)

* fix(web): Thumbnail not dissapear after action

* actual cause

* actual cause
Alex hace 2 años
padre
commit
4add6cb26e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      web/src/lib/components/assets/thumbnail/thumbnail.svelte

+ 0 - 2
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}
               <CheckCircle size="24" class="text-zinc-800" />