We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e3517 commit 20152feCopy full SHA for 20152fe
html5/js/Window.js
@@ -306,10 +306,6 @@ class XpraWindow {
306
this.handle_resized(ui);
307
this.focus();
308
this.client.mouse_grabbed = false;
309
- //workaround for the window going blank,
310
- //just force a refresh:
311
- setTimeout(() => this.client.request_refresh(this.wid), 200);
312
- setTimeout(() => this.client.request_refresh(this.wid), 500);
313
});
314
}
315
0 commit comments