mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
Fix typo.
This commit is contained in:
@@ -557,7 +557,7 @@ Guacamole.Keyboard = function(element) {
|
|||||||
// By default, we expect a corresponding keypress event
|
// By default, we expect a corresponding keypress event
|
||||||
var expect_keypress = true;
|
var expect_keypress = true;
|
||||||
|
|
||||||
// If key is known from keycode, or this browse supports DOM3 key
|
// If key is known from keycode, or this browser supports DOM3 key
|
||||||
// events, prevent default
|
// events, prevent default
|
||||||
if (keysym || e.key)
|
if (keysym || e.key)
|
||||||
expect_keypress = false;
|
expect_keypress = false;
|
||||||
|
Reference in New Issue
Block a user