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