mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
swift format
This commit is contained in:
@@ -151,7 +151,7 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else if command == "isPopoverOpen" {
|
} else if command == "isPopoverOpen" {
|
||||||
m!.responseData = popoverOpenCount > 0 ? "true" : "false";
|
m!.responseData = popoverOpenCount > 0 ? "true" : "false"
|
||||||
replyMessage(message: m!)
|
replyMessage(message: m!)
|
||||||
} else if command == "createNewTab" {
|
} else if command == "createNewTab" {
|
||||||
if m!.data != nil {
|
if m!.data != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user