Prevented checkbox click from also clicking the row

This commit is contained in:
Geomitron
2021-03-31 11:43:43 -05:00
parent ad8a1c713c
commit 265ae29f4b

View File

@@ -1,5 +1,5 @@
<td> <td>
<div #checkbox class="ui checkbox"> <div #checkbox class="ui checkbox" (click)="$event.stopPropagation()">
<input type="checkbox"> <input type="checkbox">
</div> </div>
</td> </td>