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; ...@@ -961,11 +961,7 @@ var UI;
if (!UI.rfb) return; if (!UI.rfb) return;
var newValue = event.target.value; var newValue = event.target.value;
var oldValue = UI.lastKeyboardinput;
if (!UI.lastKeyboardinput) {
UI.keyboardinputReset();
}
var oldvalue = UI.lastKeyboardinput;
var newLen; var newLen;
try { 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