mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-08 05:14:37 +00:00
* Disable local cursor when the browser doesn't support data uri
This commit is contained in:
@@ -1265,6 +1265,7 @@ var RFB;
|
||||
this._local_cursor = true;
|
||||
} else {
|
||||
Util.Warn("Browser does not support local cursor");
|
||||
this._display.disableLocalCursor();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user