mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
dismiss popover
This commit is contained in:
parent
e6d6275daa
commit
90a565fbcb
@ -129,7 +129,7 @@ export class AppComponent implements OnInit {
|
||||
}
|
||||
} else if (msg.command === 'reloadPopup') {
|
||||
this.ngZone.run(() => {
|
||||
this.router.navigate(['/', { queryParams: { reload: true } }]);
|
||||
this.router.navigate(['/']);
|
||||
});
|
||||
} else {
|
||||
msg.webExtSender = sender;
|
||||
|
@ -139,6 +139,8 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if command == "hideWindow" {
|
||||
dismissPopover()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user