mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix popup blocking when opening a preview on browser in newIDE
This commit is contained in:
@@ -20,8 +20,7 @@ const awsS3Client = new awsS3({
|
||||
|
||||
export default class BrowserS3PreviewLauncher {
|
||||
static _openPreviewWindow = (project, url): void => {
|
||||
const windowObjectReference = window.open(url, `_blank`,
|
||||
"menubar=no,status=no");
|
||||
const windowObjectReference = window.open(url, `_blank`);
|
||||
console.log(windowObjectReference);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user