Skip to content

Commit 20152fe

Browse files
committed
not needed any more?
1 parent 19e3517 commit 20152fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

html5/js/Window.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,6 @@ class XpraWindow {
306306
this.handle_resized(ui);
307307
this.focus();
308308
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);
313309
});
314310
}
315311

0 commit comments

Comments
 (0)