mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Calling closeAll from dialogService on Send ngOnDestroy (#8763)
This commit is contained in:
parent
3179867310
commit
395f2e806e
@ -92,6 +92,7 @@ export class SendComponent extends BaseSendComponent {
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this.dialogService.closeAll();
|
||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user