1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

remove ols safari api dependencies

This commit is contained in:
Kyle Spearrin
2019-08-13 15:47:03 -04:00
parent d585c21c38
commit 80d0bd68f1
4 changed files with 14 additions and 10 deletions

View File

@@ -367,6 +367,10 @@ export default class MainBackground {
async openPopup() {
// Chrome APIs cannot open popup
// TODO: Do we need to open this popup?
/*
if (!this.isSafari || !safari.extension.toolbarItems || !safari.extension.toolbarItems.length) {
return;
}
@@ -378,6 +382,7 @@ export default class MainBackground {
if (activeToolBars && activeToolBars.length) {
activeToolBars[0].showPopover();
}
*/
}
async reseedStorage() {