Skip to content

Commit 4af417c

Browse files
whoactuallycarestotaam
authored andcommitted
Fix typo
1 parent c006a23 commit 4af417c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5/js/Client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@ class XpraClient {
16521652
}
16531653

16541654
if (this.server_readonly || !this.connected) {
1655-
return window == undefined;
1655+
return win == undefined;
16561656
}
16571657
const mouse = this.getMouse(e);
16581658
const x = Math.round(mouse.x);

0 commit comments

Comments
 (0)