mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +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 {
|
||||
return this.popupUtilsService.inPopup(window) && !this.platformUtilsService.isChrome();
|
||||
return this.popupUtilsService.inPopup(window);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user