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