remove ontouchstart event

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

@ -97,10 +97,8 @@
<td>{wk.workout_type}</td>
<td>{wk.duration_minutes}</td>
<td>
<button
type="button"
ontouchstart={() => deleteRow(i)}
onclick={() => deleteRow(i)}><Trash2 color="red" /></button
<button type="button" onclick={() => deleteRow(i)}
><Trash2 color="red" /></button
>
</td>
</tr>