mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
reload window popup when opened on safari
This commit is contained in:
@@ -162,11 +162,11 @@ export default class MainBackground {
|
||||
await new Analytics(window).init();
|
||||
this.containerService.attachToWindow(window);
|
||||
|
||||
await this.runtimeBackground.init();
|
||||
if (!this.isSafari) {
|
||||
await this.commandsBackground.init();
|
||||
await this.contextMenusBackground.init();
|
||||
await this.idleBackground.init();
|
||||
await this.runtimeBackground.init();
|
||||
await this.tabsBackground.init();
|
||||
await this.webRequestBackground.init();
|
||||
await this.windowsBackground.init();
|
||||
|
||||
Reference in New Issue
Block a user