We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87765a commit 76157dfCopy full SHA for 76157df
1 file changed
public/electron.js
@@ -72,7 +72,7 @@ function bindIpc() {
72
// Makes the app start receiving the mouse interactions again
73
function disableDetachedMode() {
74
app.dock && app.dock.setBadge('');
75
- mainWindow.setIgnoreMouseEvents(false);
+ mainWindow && mainWindow.setIgnoreMouseEvents(false);
76
}
77
78
// This method will be called when Electron has finished
0 commit comments