Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit a285037

Browse files
committed
Disable middle click
1 parent 8e5cd0f commit a285037

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function createWindow() {
4040
'backgroundColor': '#333',
4141
'webPreferences': {
4242
'nodeIntegration': false,
43-
'sandbox': true
43+
'sandbox': true,
44+
'disableBlinkFeatures': 'Auxclick'
4445
}
4546
});
4647

0 commit comments

Comments
 (0)