Skip to content

Commit 86b8eb0

Browse files
committed
don't use a mouseup event older than the mousedown
1 parent d7d5492 commit 86b8eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html5/js/Client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1660,6 +1660,7 @@ class XpraClient {
16601660

16611661
on_mousedown(e, win) {
16621662
this.mousedown_event = e;
1663+
this.mouseup_event = null;
16631664
this.do_window_mouse_click(e, win, true);
16641665
return !win;
16651666
}

0 commit comments

Comments
 (0)