remove ontouchstart event

This commit is contained in:
itsscb 2025-04-13 00:16:06 +02:00
parent aebe137662
commit 46724c11aa

View File

@ -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>