mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
This commit is contained in:
@@ -240,6 +240,7 @@ export class ViewComponent extends BaseViewComponent {
|
|||||||
|
|
||||||
async delete() {
|
async delete() {
|
||||||
if (await super.delete()) {
|
if (await super.delete()) {
|
||||||
|
this.messagingService.send("deletedCipher");
|
||||||
this.close();
|
this.close();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user