1
0
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:
Jordan Aasen
2025-04-01 10:46:59 -07:00
committed by GitHub
parent c73404e5f6
commit fa0a7af8ed

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