From e295d6a56b464a8cbfd567b7c61cc6818ae05b09 Mon Sep 17 00:00:00 2001 From: Akonwi Ngoh <2013804+akonwi@users.noreply.github.com> Date: Sat, 30 May 2020 14:42:23 -0400 Subject: [PATCH] Enable webview support with the correct option --- src/main-process/atom-window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } };