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
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onclick={(e) => {
|
onclick={(e) => {
|
||||||
|
e.stopPropagation();
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
deleteRow(i);
|
deleteRow(i);
|
||||||
}}><Trash2 color="red" /></button
|
}}><Trash2 color="red" /></button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user