Skip to content

Commit

Permalink
Disable experimental ObservableAPI Blink feature…
Browse files Browse the repository at this point in the history
…because it introduces an `on` method to `EventTarget` that confuses some community packages.
  • Loading branch information
savetheclocktower committed Oct 28, 2024
1 parent 5e6abdd commit c7403d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main-process/atom-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module.exports = class AtomWindow extends EventEmitter {
// Disable the `auxclick` feature so that `click` events are triggered in
// response to a middle-click.
// (Ref: https://github.com/atom/atom/pull/12696#issuecomment-290496960)
disableBlinkFeatures: 'Auxclick',
disableBlinkFeatures: 'Auxclick,ObservableAPI',
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true,
Expand Down

0 comments on commit c7403d6

Please sign in to comment.