mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-08-22 06:01:26 +00:00
Prevented checkbox click from also clicking the row
This commit is contained in:
+1
-1
@@ -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