1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 01:23:57 +00:00

[PM-29875] Close Send drawer on navigation (#18031)

This commit is contained in:
Mike Amirault
2025-12-18 14:48:48 -05:00
committed by GitHub
parent 0527171f3c
commit 39bc4fb789
2 changed files with 6 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ export class SendComponent extends BaseSendComponent implements OnInit, OnDestro
ngOnDestroy() {
this.dialogService.closeAll();
this.dialogService.closeDrawer();
this.broadcasterService.unsubscribe(BroadcasterSubscriptionId);
}