Timothy J. Baek 7 bulan lalu
induk
melakukan
29467a7057
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/lib/components/common/FileItem.svelte

+ 1 - 1
src/lib/components/common/FileItem.svelte

@@ -131,7 +131,7 @@
 			<button
 			<button
 				class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
 				class=" bg-gray-400 text-white border border-white rounded-full group-hover:visible invisible transition"
 				type="button"
 				type="button"
-				on:click={() => {
+				on:click|stopPropagation={() => {
 					dispatch('dismiss');
 					dispatch('dismiss');
 				}}
 				}}
 			>
 			>