Reverting most of commit cb3e4de. The issue was not related to using keyboardinputReset.. the issue was infact a typo which was introduced in 3b8ec46. I must be too tired..

This commit is contained in:
samhed 2015-05-19 13:34:50 +02:00
parent cb3e4deb73
commit 1138bdd4b7
1 changed files with 4 additions and 0 deletions

View File

@ -961,6 +961,10 @@ var UI;
if (!UI.rfb) return;
var newValue = event.target.value;
if (!UI.lastKeyboardinput) {
UI.keyboardinputReset();
}
var oldValue = UI.lastKeyboardinput;
var newLen;