mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
Calling closeAll from dialogService on Send ngOnDestroy (#8763)
This commit is contained in:
@@ -92,6 +92,7 @@ export class SendComponent extends BaseSendComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ngOnDestroy() {
|
ngOnDestroy() {
|
||||||
|
this.dialogService.closeAll();
|
||||||
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user