mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
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 {
|
openAttachmentsInPopup(): boolean {
|
||||||
return this.popupUtilsService.inPopup(window) && !this.platformUtilsService.isChrome();
|
return this.popupUtilsService.inPopup(window);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user