Skip to content

Commit d31bf05

Browse files
committed
Fix merge conflict between #2542 and #2543
1 parent bff8e92 commit d31bf05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ function createWindowWithBounds (bounds, customArgs) {
327327
}
328328
})
329329

330-
newWin.webContents.on('before-input-event', function(e, input) {
330+
mainView.webContents.on('before-input-event', function(e, input) {
331331
sendIPCToWindow(newWin, 'before-input-event', input)
332332
})
333333

0 commit comments

Comments
 (0)