mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
fix show popover command to resolve now
This commit is contained in:
@@ -138,7 +138,6 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
|
||||
SFSafariApplication.getActiveWindow { win in
|
||||
win?.getToolbarItem(completionHandler: { item in
|
||||
item?.showPopover()
|
||||
self.replyMessage(message: m!)
|
||||
})
|
||||
}
|
||||
} else if command == "isPopoverOpen" {
|
||||
|
||||
Reference in New Issue
Block a user