mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
dont stop prob on label simple label click for cb list
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<input type="checkbox" [(ngModel)]="c.checked" name="Collection[{{i}}].Checked" appStopProp>
|
||||
</td>
|
||||
<td (click)="check(c)">
|
||||
<span appStopProp>{{c.name}}</span>
|
||||
{{c.name}}
|
||||
</td>
|
||||
<td class="text-center">
|
||||
<input type="checkbox" [(ngModel)]="c.readOnly" name="Collection[{{i}}].ReadOnly" [disabled]="!c.checked">
|
||||
|
||||
Reference in New Issue
Block a user