[MM-19187] Focus the webview on server selection (#1058)

This commit is contained in:
Devin Binnie
2019-10-08 17:25:51 -04:00
committed by Dean Whillier
parent ac4ed39761
commit 695d246a67

View File

@@ -187,6 +187,7 @@ export default class MainPage extends React.Component {
ipcRenderer.send('update-title', {
title: webview.getTitle(),
});
webview.focus();
this.handleOnTeamFocused(newKey);
}