Timothy J. Baek hace 7 meses
padre
commit
29467a7057
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/components/common/FileItem.svelte

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

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