GUACAMOLE-352: Do not clear InputSink field upon "input" event (may be fired after a partial composition).

This commit is contained in:
Michael Jumper
2017-12-18 11:20:48 -08:00
parent 5136b1cf8e
commit 7b29f7b082

View File

@@ -1462,7 +1462,6 @@ Guacamole.Keyboard.InputSink = function InputSink() {
// Keep internal field contents clear
field.addEventListener("change", clear, false);
field.addEventListener("input", clear, false);
/**
* Attempts to focus the underlying input field. The focus attempt occurs