瀏覽代碼

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

* fix(web): Thumbnail not dissapear after action

* actual cause

* actual cause
Alex 2 年之前
父節點
當前提交
4add6cb26e
共有 1 個文件被更改,包括 0 次插入2 次删除
  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"
             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" />