mirror of
https://github.com/bitwarden/web
synced 2025-12-25 12:43:19 +00:00
vault fixes
This commit is contained in:
@@ -51,7 +51,11 @@
|
||||
|
||||
$q.all([collectionPromise, cipherPromise]).then(function () {
|
||||
$scope.loading = false;
|
||||
$("#search").focus();
|
||||
$timeout(function () {
|
||||
if ($('body').hasClass('control-sidebar-open')) {
|
||||
$("#search").focus();
|
||||
}
|
||||
}, 500);
|
||||
|
||||
if ($state.params.search) {
|
||||
$uibModalStack.dismissAll();
|
||||
|
||||
Reference in New Issue
Block a user