mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
init tabs on safari
This commit is contained in:
parent
6fe414ffbd
commit
30a77e0c43
@ -8,7 +8,7 @@ export default class TabsBackground {
|
||||
|
||||
constructor(private main: MainBackground, private platformUtilsService: PlatformUtilsService) {
|
||||
this.isSafari = this.platformUtilsService.isSafari();
|
||||
this.tabs = this.isSafari ? null : chrome.tabs;
|
||||
this.tabs = this.isSafari ? {} : chrome.tabs;
|
||||
}
|
||||
|
||||
async init() {
|
||||
|
Loading…
Reference in New Issue
Block a user