1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed RDP mouse wheel.

This commit is contained in:
Ylian Saint-Hilaire 2020-06-11 12:15:18 -07:00
parent b6a33715b6
commit 78fa323394
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;
}