mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
dismiss popover
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user