diff --git a/app/ux/WebView.js b/app/ux/WebView.js index 2c6b05ad..69b23474 100644 --- a/app/ux/WebView.js +++ b/app/ux/WebView.js @@ -525,8 +525,8 @@ Ext.define('Rambox.ux.WebView',{ require('electron').remote.getCurrentWindow().show(); var tabPanel = Ext.cq1('app-main'); // Temp fix missing cursor after upgrade to electron 3.x + - tabPanel.getActiveTab().getWebView().blur(); tabPanel.setActiveTab(me); + tabPanel.getActiveTab().getWebView().blur(); tabPanel.getActiveTab().getWebView().focus(); } });