1
0
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:
Todd Martin
2025-02-24 10:45:50 -05:00
committed by GitHub
parent f53b76484a
commit acdcf69722
2 changed files with 7 additions and 30 deletions

View File

@@ -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();