feat: apply stopPropagation on event
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 2m13s
All checks were successful
Build and Deploy Svelte App / build-and-deploy (push) Successful in 2m13s
This commit is contained in:
parent
872ca8ce97
commit
9fc1ed5fe8
@ -100,6 +100,7 @@
|
||||
<button
|
||||
type="button"
|
||||
onclick={(e) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
deleteRow(i);
|
||||
}}><Trash2 color="red" /></button
|
||||
|
Loading…
x
Reference in New Issue
Block a user