mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-07 12:54:37 +00:00
There was a bug in cursor URI support detection due to the way set_defaults now works -- the code was checking for `null`, whereas when not set, options default to `undefined` unless otherwise specified. The code now checks for either `null` or `undefined`. Tests have been added to ensure that this works properly.
16 KiB
16 KiB