mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
(window as any) chrome sidebarAction
This commit is contained in:
parent
9149b453e1
commit
c3e836e750
@ -75,7 +75,7 @@ export default class MainBackground {
|
||||
|
||||
// Other fields
|
||||
this.sidebarAction = (typeof opr !== 'undefined') && opr.sidebarAction ?
|
||||
opr.sidebarAction : chrome.sidebarAction;
|
||||
opr.sidebarAction : (window as any).chrome.sidebarAction;
|
||||
}
|
||||
|
||||
private async buildContextMenu() {
|
||||
|
Loading…
Reference in New Issue
Block a user