mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-12-07 16:22:21 -05:00
More work on remote desktop sharing.
This commit is contained in:
@@ -12,7 +12,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
||||
var obj = {}
|
||||
obj.CanvasId = canvasid;
|
||||
if (typeof canvasid === 'string') obj.CanvasId = Q(canvasid);
|
||||
obj.Canvas = obj.CanvasId.getContext("2d");
|
||||
obj.Canvas = obj.CanvasId.getContext('2d');
|
||||
obj.scrolldiv = scrolldiv;
|
||||
obj.State = 0;
|
||||
obj.PendingOperations = [];
|
||||
|
||||
Reference in New Issue
Block a user