[MM-19187] Focus the webview on server selection (#1058)
This commit is contained in:

committed by
Dean Whillier

parent
ac4ed39761
commit
695d246a67
@@ -187,6 +187,7 @@ export default class MainPage extends React.Component {
|
||||
ipcRenderer.send('update-title', {
|
||||
title: webview.getTitle(),
|
||||
});
|
||||
webview.focus();
|
||||
this.handleOnTeamFocused(newKey);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user