mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
expand vault to new window
This commit is contained in:
@@ -153,6 +153,11 @@
|
||||
$timeout(loadVault, 500);
|
||||
});
|
||||
|
||||
$scope.expandVault = function (e) {
|
||||
$analytics.eventTrack('Expand Vault');
|
||||
chrome.tabs.create({ url: '/popup/index.html#!/tab/vault' });
|
||||
};
|
||||
|
||||
function storeState() {
|
||||
stateService.saveState(stateKey, {
|
||||
scrollY: getScrollY(),
|
||||
|
||||
Reference in New Issue
Block a user