GUACAMOLE-1820: Conslidate similar key events for better performance.

This commit is contained in:
James Muehlner
2023-07-05 20:29:14 +00:00
parent 55f1fc2aaa
commit 983393bdb7
4 changed files with 128 additions and 4 deletions

View File

@@ -575,4 +575,5 @@ Guacamole.KeyEventInterpreter.KeyEventBatch = function KeyEventBatch(events, sim
* @type {!String}
*/
this.simpleValue = simpleValue || '';
}