mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
stop prop on checkbox clicks
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<tbody>
|
||||
<tr *ngFor="let c of ciphers">
|
||||
<td (click)="checkCipher(c)" class="table-list-checkbox" *ngIf="!organization">
|
||||
<input type="checkbox" [(ngModel)]="c.checked">
|
||||
<input type="checkbox" [(ngModel)]="c.checked" appStopProp>
|
||||
</td>
|
||||
<td (click)="checkCipher(c)" class="table-list-icon">
|
||||
<app-vault-icon [cipher]="c"></app-vault-icon>
|
||||
|
||||
Reference in New Issue
Block a user