mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +00:00
stop prop on checkbox clicks
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<tbody>
|
||||
<tr *ngFor="let c of collections; let i = index" (click)="check(c)">
|
||||
<td class="table-list-checkbox">
|
||||
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked">
|
||||
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked" appStopProp>
|
||||
</td>
|
||||
<td>
|
||||
<span appStopProp>{{c.name}}</span>
|
||||
|
||||
Reference in New Issue
Block a user