From f32bc9f0fd9094dfc7aff5901e5fb1b9c5960984 Mon Sep 17 00:00:00 2001 From: Mazen Elkashef Date: Fri, 15 May 2020 14:24:05 -0500 Subject: [PATCH] Update atom-window.js Fixes https://github.com/atom/atom/issues/20604 --- src/main-process/atom-window.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main-process/atom-window.js b/src/main-process/atom-window.js index 3510905d4..6218d7fd2 100644 --- a/src/main-process/atom-window.js +++ b/src/main-process/atom-window.js @@ -48,7 +48,8 @@ module.exports = class AtomWindow extends EventEmitter { // response to a middle-click. // (Ref: https://github.com/atom/atom/pull/12696#issuecomment-290496960) disableBlinkFeatures: 'Auxclick', - nodeIntegration: true + nodeIntegration: true, + webview: true } };