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:
parent
cb3e4deb73
commit
1138bdd4b7
@ -961,6 +961,10 @@ var UI;
|
|||||||
if (!UI.rfb) return;
|
if (!UI.rfb) return;
|
||||||
|
|
||||||
var newValue = event.target.value;
|
var newValue = event.target.value;
|
||||||
|
|
||||||
|
if (!UI.lastKeyboardinput) {
|
||||||
|
UI.keyboardinputReset();
|
||||||
|
}
|
||||||
var oldValue = UI.lastKeyboardinput;
|
var oldValue = UI.lastKeyboardinput;
|
||||||
|
|
||||||
var newLen;
|
var newLen;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user