1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

dismiss popover

This commit is contained in:
Kyle Spearrin
2019-08-19 11:33:03 -04:00
parent e6d6275daa
commit 90a565fbcb
2 changed files with 3 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
}
}
}
} else if command == "hideWindow" {
dismissPopover()
}
}
}