* Small fix
This commit is contained in:
parent
8a17ca694e
commit
f2a61828aa
|
@ -294,6 +294,8 @@ function Client(input, output) {
|
|||
|
||||
buf = buf.concat(data.split('')); // remainder
|
||||
|
||||
console.log(buf)
|
||||
|
||||
buf.forEach(function bufPart(s) {
|
||||
var key = {
|
||||
seq : s,
|
||||
|
|
|
@ -459,7 +459,7 @@ MultiLineEditTextView2.prototype.onKeyPress = function(ch, key) {
|
|||
}
|
||||
|
||||
if(!handled) {
|
||||
MultiLineEditTextView2.super_.prototype.onSpecialKeyPress.call(this, key.name);
|
||||
MultiLineEditTextView2.super_.prototype.onKeyPress.call(this, ch, key);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue