remove ontouchstart event #1
@ -97,10 +97,8 @@
|
|||||||
<td>{wk.workout_type}</td>
|
<td>{wk.workout_type}</td>
|
||||||
<td>{wk.duration_minutes}</td>
|
<td>{wk.duration_minutes}</td>
|
||||||
<td>
|
<td>
|
||||||
<button
|
<button type="button" onclick={() => deleteRow(i)}
|
||||||
type="button"
|
><Trash2 color="red" /></button
|
||||||
ontouchstart={() => deleteRow(i)}
|
|
||||||
onclick={() => deleteRow(i)}><Trash2 color="red" /></button
|
|
||||||
>
|
>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user