Open Attachments in popout on all browsers
This commit is contained in:
parent
3844fdb959
commit
bef1008b9d
|
@ -172,6 +172,6 @@ export class AddEditComponent extends BaseAddEditComponent {
|
|||
}
|
||||
|
||||
openAttachmentsInPopup(): boolean {
|
||||
return this.popupUtilsService.inPopup(window) && !this.platformUtilsService.isChrome();
|
||||
return this.popupUtilsService.inPopup(window);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue