mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
dismiss popover
This commit is contained in:
parent
e6d6275daa
commit
90a565fbcb
@ -129,7 +129,7 @@ export class AppComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
} else if (msg.command === 'reloadPopup') {
|
} else if (msg.command === 'reloadPopup') {
|
||||||
this.ngZone.run(() => {
|
this.ngZone.run(() => {
|
||||||
this.router.navigate(['/', { queryParams: { reload: true } }]);
|
this.router.navigate(['/']);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
msg.webExtSender = sender;
|
msg.webExtSender = sender;
|
||||||
|
@ -139,6 +139,8 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if command == "hideWindow" {
|
||||||
|
dismissPopover()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user