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
1 changed files with 1 additions and 1 deletions

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);
}
}