mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge pull request #20855 from akonwi/patch-1
Enable webview support with the correct option
This commit is contained in:
@@ -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
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user