mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-232: Reset tracking of recent keysym after key is released.
This commit is contained in:
@@ -1149,6 +1149,7 @@ Guacamole.Keyboard = function Keyboard(element) {
|
||||
var keysym = first.keysym;
|
||||
if (keysym) {
|
||||
guac_keyboard.release(keysym);
|
||||
delete recentKeysym[first.keyCode];
|
||||
first.defaultPrevented = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user