Stop using keyboardinputReset at the start of keyInput

* This fixes backspace when using the on-screen keyboard on Android
This commit is contained in:
samhed 2015-05-19 12:42:33 +02:00
parent 613f05eea0
commit cb3e4deb73
1 changed files with 1 additions and 5 deletions

View File

@ -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 {