mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 10:13:31 +00:00
vault fixes
This commit is contained in:
@@ -22,7 +22,11 @@
|
||||
}
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$("#search").focus();
|
||||
$timeout(function () {
|
||||
if ($('body').hasClass('control-sidebar-open')) {
|
||||
$("#search").focus();
|
||||
}
|
||||
}, 500);
|
||||
|
||||
if (($rootScope.vaultFolders || $rootScope.vaultCollections) && $rootScope.vaultCiphers) {
|
||||
$scope.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user