mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
autofocus any type of element on modal shown
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{{'deleteSelectedItemsDesc' | i18n: cipherIds.length}}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button appBlurClick type="submit" class="btn btn-danger btn-submit" [disabled]="form.loading">
|
||||
<button appBlurClick appAutoFocus type="submit" class="btn btn-danger btn-submit" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-spin"></i>
|
||||
<span>{{'delete' | i18n}}</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user