disable drag for single website uri (#14082)

This commit is contained in:
Jordan Aasen 2025-04-01 10:46:59 -07:00 committed by GitHub
parent c73404e5f6
commit fa0a7af8ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"