mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUACAMOLE-352: Do not clear InputSink field upon "input" event (may be fired after a partial composition).
This commit is contained in:
@@ -1462,7 +1462,6 @@ Guacamole.Keyboard.InputSink = function InputSink() {
|
|||||||
|
|
||||||
// Keep internal field contents clear
|
// Keep internal field contents clear
|
||||||
field.addEventListener("change", clear, false);
|
field.addEventListener("change", clear, false);
|
||||||
field.addEventListener("input", clear, false);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Attempts to focus the underlying input field. The focus attempt occurs
|
* Attempts to focus the underlying input field. The focus attempt occurs
|
||||||
|
Reference in New Issue
Block a user