Skip to content

Commit 88f501e

Browse files
committed
remove redundant call
1 parent 0f5c7df commit 88f501e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

html5/js/Client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,6 @@ class XpraClient {
17561756
const pos = jQuery(win.div).position();
17571757
coords.push(Math.round(mouse.x - pos.left - win.leftoffset));
17581758
coords.push(Math.round(mouse.y - pos.top - win.topoffset));
1759-
e.preventDefault();
17601759
}
17611760
// dont call set focus unless the focus has actually changed
17621761
if (wid > 0 && this.focused_wid !== wid) {

0 commit comments

Comments
 (0)