Fixed RDP mouse wheel.

This commit is contained in:
Ylian Saint-Hilaire
2020-06-11 12:15:18 -07:00
parent cb1d0a54e1
commit 170329f399
2 changed files with 7 additions and 3 deletions

View File

@@ -86,7 +86,6 @@
QV('main', false);
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
console.log('CanvasSize', canvas.width, canvas.height);
client.connect(urlargs.ws, domain, username, password, function (err) { QV('myCanvas', false); QV('main', true); });
return false;
}