mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
fix show popover command to resolve now
This commit is contained in:
@@ -362,7 +362,7 @@ export default class MainBackground {
|
||||
if (!this.isSafari) {
|
||||
return;
|
||||
}
|
||||
await SafariApp.sendMessageToApp('showPopover');
|
||||
await SafariApp.sendMessageToApp('showPopover', null, true);
|
||||
}
|
||||
|
||||
async reseedStorage() {
|
||||
|
||||
Reference in New Issue
Block a user