mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
loadvault for current tab in background
This commit is contained in:
parent
4df99d2d50
commit
c2c80bbb26
@ -15,7 +15,7 @@ angular
|
||||
$scope.loaded = false;
|
||||
|
||||
$scope.$on('$viewContentLoaded', function () {
|
||||
$timeout(loadVault, 0);
|
||||
$timeout(loadVault, 100);
|
||||
});
|
||||
|
||||
function loadVault() {
|
||||
|
Loading…
Reference in New Issue
Block a user