Prevented checkbox click from also clicking the row

This commit is contained in:
Geomitron
2021-04-13 22:37:01 -05:00
parent ad8a1c713c
commit 265ae29f4b
@@ -1,5 +1,5 @@
<td>
<div #checkbox class="ui checkbox">
<div #checkbox class="ui checkbox" (click)="$event.stopPropagation()">
<input type="checkbox">
</div>
</td>