1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

Open Attachments in popout on all browsers

This commit is contained in:
Thomas Rittson 2021-01-15 15:10:19 +10:00
parent 3844fdb959
commit bef1008b9d

View File

@ -172,6 +172,6 @@ export class AddEditComponent extends BaseAddEditComponent {
}
openAttachmentsInPopup(): boolean {
return this.popupUtilsService.inPopup(window) && !this.platformUtilsService.isChrome();
return this.popupUtilsService.inPopup(window);
}
}