mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
use chrome.runtime.reload
This commit is contained in:
@@ -113,8 +113,8 @@ export class AppComponent implements OnInit {
|
||||
properties: { label: msg.label },
|
||||
});
|
||||
} else if (msg.command === 'reloadProcess') {
|
||||
window.location.reload(true);
|
||||
} else {
|
||||
BrowserApi.reloadExtension(window, true);
|
||||
} else {
|
||||
msg.webExtSender = sender;
|
||||
this.broadcasterService.send(msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user