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 ad7e57f commit 1362258Copy full SHA for 1362258
src/app.js
@@ -49,7 +49,6 @@ androidMessagesWebview.addEventListener('did-stop-loading', () => { // coinciden
49
if (IS_DEV) {
50
androidMessagesWebview.getWebContents().openDevTools();
51
}
52
-
53
app.mainWindow.on('focus', () => {
54
// Make sure the webview gets a focus event on its window/DOM when the app window does,
55
// this makes automatic text input focus work.
0 commit comments