diff --git a/src/main-process/atom-window.js b/src/main-process/atom-window.js index 6218d7fd2..e10d2d11d 100644 --- a/src/main-process/atom-window.js +++ b/src/main-process/atom-window.js @@ -49,7 +49,7 @@ module.exports = class AtomWindow extends EventEmitter { // (Ref: https://github.com/atom/atom/pull/12696#issuecomment-290496960) disableBlinkFeatures: 'Auxclick', nodeIntegration: true, - webview: true + webviewTag: true } };