Fix unsatisfying delete button in flow module when clicking fast (#6203)
This commit is contained in:
@@ -482,6 +482,7 @@ outline-[1px] outline dark:outline-gray-500 outline-gray-300 bg-surface duration
|
||||
onclick={stopPropagation(
|
||||
preventDefault((event) => dispatch('delete', { id, type: modType }))
|
||||
)}
|
||||
onpointerdown={stopPropagation(preventDefault(() => {}))}
|
||||
>
|
||||
<X class="mx-[3px]" size={12} strokeWidth={2} />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user