1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Send deletedCipher message to messagingService to refresh badge and menu. Fixes #1708 (#2244)

This commit is contained in:
Andrew Marquez
2022-01-17 08:25:32 -07:00
committed by GitHub
parent c88f9a4140
commit 3f4032011a

View File

@@ -240,6 +240,7 @@ export class ViewComponent extends BaseViewComponent {
async delete() {
if (await super.delete()) {
this.messagingService.send("deletedCipher");
this.close();
return true;
}