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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user