mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
[PM-18549] Do not clear route or view persistence on tab change (#13523)
* Do not clear route or view persistence on tab change * Renamed method
This commit is contained in:
@@ -1312,7 +1312,7 @@ export default class MainBackground {
|
||||
await (this.i18nService as I18nService).init();
|
||||
(this.eventUploadService as EventUploadService).init(true);
|
||||
|
||||
this.popupViewCacheBackgroundService.startObservingTabChanges();
|
||||
this.popupViewCacheBackgroundService.startObservingMessages();
|
||||
|
||||
await this.vaultTimeoutService.init(true);
|
||||
this.fido2Background.init();
|
||||
|
||||
Reference in New Issue
Block a user