We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f501e commit 173d9e1Copy full SHA for 173d9e1
html5/js/Window.js
@@ -248,8 +248,8 @@ class XpraWindow {
248
this.client.mouse_grabbed = false;
249
//workaround for the window going blank,
250
//just force a refresh:
251
- setTimeout(() => this.client.request_refresh(wid), 200);
252
- setTimeout(() => this.client.request_refresh(wid), 500);
+ setTimeout(() => this.client.request_refresh(this.wid), 200);
+ setTimeout(() => this.client.request_refresh(this.wid), 500);
253
});
254
}
255
0 commit comments