mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +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
|
||||
* undefined.
|
||||
*/
|
||||
this.pressed = [];
|
||||
this.pressed = {};
|
||||
|
||||
var keydownChar = new Array();
|
||||
|
||||
|
Reference in New Issue
Block a user