mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Explicitly set canvas cursor to show up on remote desktop.
This commit is contained in:
parent
86b5e4a85d
commit
ea0068685b
9 changed files with 8 additions and 6 deletions
|
@ -70,6 +70,7 @@ var CreateAgentRemoteDesktop = function (canvasid, scrolldiv) {
|
|||
obj.xxStateChange = function (newstate) {
|
||||
if (obj.State == newstate) return;
|
||||
obj.State = newstate;
|
||||
obj.CanvasId.style.cursor = 'default';
|
||||
//console.log('xxStateChange', newstate);
|
||||
switch (newstate) {
|
||||
case 0: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue