Timothy J. Baek 7 months ago
parent
commit
29467a7057
1 changed files with 1 additions and 1 deletions
  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');
 				}}
 			>