mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 18:45:09 +00:00
Prevented checkbox click from also clicking the row
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user