Release key on mouse out.

This commit is contained in:
Michael Jumper
2012-01-23 10:51:12 -08:00
parent 5ca6a2cacf
commit 08c3a8344a

View File

@@ -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");
};