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 edb2933 commit 2ecb970Copy full SHA for 2ecb970
app/renderer/js/components/webview.ts
@@ -155,11 +155,6 @@ export default class WebView {
155
this.loading = false;
156
this.props.switchLoading(false, this.props.url);
157
this.show();
158
-
159
- // Refocus text boxes after reload
160
- // Remove when upstream issue https://github.com/electron/electron/issues/14474 is fixed
161
- this.$el!.blur();
162
- this.$el!.focus();
163
});
164
165
this.$el!.addEventListener("did-fail-load", (event) => {
0 commit comments