Commit cb3e4deb authored by samhed's avatar samhed

Stop using keyboardinputReset at the start of keyInput

* This fixes backspace when using the on-screen keyboard on Android
parent 613f05ee
......@@ -961,11 +961,7 @@ var UI;
if (!UI.rfb) return;
var newValue = event.target.value;
if (!UI.lastKeyboardinput) {
UI.keyboardinputReset();
}
var oldvalue = UI.lastKeyboardinput;
var oldValue = UI.lastKeyboardinput;
var newLen;
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment