mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
This commit is contained in:
parent
c88f9a4140
commit
3f4032011a
@ -240,6 +240,7 @@ export class ViewComponent extends BaseViewComponent {
|
||||
|
||||
async delete() {
|
||||
if (await super.delete()) {
|
||||
this.messagingService.send("deletedCipher");
|
||||
this.close();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user