mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
Open Attachments in popout on all browsers
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user