mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
cleanup safari specific features
This commit is contained in:
@@ -368,6 +368,10 @@ export default class MainBackground {
|
||||
// Chrome APIs cannot open popup
|
||||
|
||||
// TODO: Do we need to open this popup?
|
||||
if (!this.isSafari) {
|
||||
return;
|
||||
}
|
||||
await SafariApp.sendMessageToApp('showPopover');
|
||||
|
||||
/*
|
||||
if (!this.isSafari || !safari.extension.toolbarItems || !safari.extension.toolbarItems.length) {
|
||||
|
||||
Reference in New Issue
Block a user