mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Key state object should be object, not Array.
This commit is contained in:
@@ -241,7 +241,7 @@ Guacamole.Keyboard = function(element) {
|
|||||||
* is not currently pressed, the value for that keysym may be false or
|
* is not currently pressed, the value for that keysym may be false or
|
||||||
* undefined.
|
* undefined.
|
||||||
*/
|
*/
|
||||||
this.pressed = [];
|
this.pressed = {};
|
||||||
|
|
||||||
var keydownChar = new Array();
|
var keydownChar = new Array();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user