1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

reload when on same page too

This commit is contained in:
Kyle Spearrin
2019-08-16 20:59:54 -04:00
parent 206530a940
commit a3f76cfd3a
3 changed files with 66 additions and 47 deletions

View File

@@ -129,7 +129,7 @@ export class AppComponent implements OnInit {
}
} else if (msg.command === 'reloadPopup') {
this.ngZone.run(() => {
this.router.navigate(['/']);
this.router.navigate(['/', { queryParams: { reload: true } }]);
});
} else {
msg.webExtSender = sender;