mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Release key on mouse out.
This commit is contained in:
@@ -284,6 +284,7 @@ Guacamole.OnScreenKeyboard = function(url) {
|
||||
};
|
||||
|
||||
key_element.onmouseup =
|
||||
key_element.onmouseout =
|
||||
key_element.ontouchend = function() {
|
||||
key_element.classList.remove("guac-keyboard-pressed");
|
||||
};
|
||||
|
Reference in New Issue
Block a user