mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
loadvault for current tab in background
This commit is contained in:
@@ -15,7 +15,7 @@ angular
|
||||
$scope.loaded = false;
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$timeout(loadVault, 0);
|
||||
$timeout(loadVault, 100);
|
||||
});
|
||||
|
||||
function loadVault() {
|
||||
|
||||
Reference in New Issue
Block a user