mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-07-07 10:35:09 +00:00
Prevented checkbox click from also clicking the row
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<td>
|
||||
<div #checkbox class="ui checkbox">
|
||||
<div #checkbox class="ui checkbox" (click)="$event.stopPropagation()">
|
||||
<input type="checkbox">
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user