mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
disable drag for single website uri (#14082)
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
<vault-autofill-uri-option
|
<vault-autofill-uri-option
|
||||||
*ngFor="let uri of uriControls; let i = index"
|
*ngFor="let uri of uriControls; let i = index"
|
||||||
cdkDrag
|
cdkDrag
|
||||||
|
[cdkDragDisabled]="uriControls.length <= 1"
|
||||||
[formControlName]="i"
|
[formControlName]="i"
|
||||||
(remove)="removeUri(i)"
|
(remove)="removeUri(i)"
|
||||||
(onKeydown)="onUriItemKeydown($event, i)"
|
(onKeydown)="onUriItemKeydown($event, i)"
|
||||||
|
|||||||
Reference in New Issue
Block a user