mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
fix old attachments by reuploading them
This commit is contained in:
@@ -225,6 +225,7 @@ export class VaultComponent implements OnInit, OnDestroy {
|
||||
let madeAttachmentChanges = false;
|
||||
childComponent.onUploadedAttachment.subscribe(() => madeAttachmentChanges = true);
|
||||
childComponent.onDeletedAttachment.subscribe(() => madeAttachmentChanges = true);
|
||||
childComponent.onReuploadedAttachment.subscribe(() => madeAttachmentChanges = true);
|
||||
|
||||
this.modal.onClosed.subscribe(async () => {
|
||||
this.modal = null;
|
||||
|
||||
Reference in New Issue
Block a user