We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5c7df commit 88f501eCopy full SHA for 88f501e
html5/js/Client.js
@@ -1756,7 +1756,6 @@ class XpraClient {
1756
const pos = jQuery(win.div).position();
1757
coords.push(Math.round(mouse.x - pos.left - win.leftoffset));
1758
coords.push(Math.round(mouse.y - pos.top - win.topoffset));
1759
- e.preventDefault();
1760
}
1761
// dont call set focus unless the focus has actually changed
1762
if (wid > 0 && this.focused_wid !== wid) {
0 commit comments