Timothy J. Baek 7 月之前
父节点
当前提交
29467a7057
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');
 				}}
 			>