mirror of
https://github.com/bitwarden/web
synced 2025-12-25 12:43:19 +00:00
focus vault search on $viewContentLoaded
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
|
||||
$q.all([collectionPromise, cipherPromise]).then(function () {
|
||||
$scope.loading = false;
|
||||
$("#search").focus();
|
||||
|
||||
if ($state.params.search) {
|
||||
$uibModalStack.dismissAll();
|
||||
$scope.$emit('setSearchVaultText', $state.params.search);
|
||||
$('#search').focus();
|
||||
}
|
||||
|
||||
if ($state.params.viewEvents) {
|
||||
|
||||
Reference in New Issue
Block a user