Merge pull request #20855 from akonwi/patch-1

Enable webview support with the correct option
This commit is contained in:
Mazen Elkashef
2020-06-03 10:53:29 -05:00
committed by GitHub

View File

@@ -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
}
};