mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
focus vault search on $viewContentLoaded
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
}
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$("#search").focus();
|
||||
|
||||
if ($rootScope.vaultGroupings && $rootScope.vaultCiphers) {
|
||||
$scope.loading = false;
|
||||
loadGroupingData($rootScope.vaultGroupings);
|
||||
|
||||
Reference in New Issue
Block a user