o.o
This commit is contained in:
2
ime.js
2
ime.js
@@ -96,12 +96,12 @@ class HeonianIME {
|
||||
if (this.currentWord.join() != "") { //blame js :)
|
||||
this.input.push(this.currentWord);
|
||||
this.currentWord = [];
|
||||
}
|
||||
if (space == true) {
|
||||
this.currentWord = [" "];
|
||||
this.input.push(this.currentWord);
|
||||
this.currentWord = [];
|
||||
}
|
||||
}
|
||||
this.imeReset();
|
||||
} else {
|
||||
if (this.selected + 1 >= this.input.length) {
|
||||
|
||||
Reference in New Issue
Block a user