o.o
This commit is contained in:
parent
c8157f53b1
commit
9f5fc3b3b0
10
ime.js
10
ime.js
@ -96,11 +96,11 @@ 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 = [];
|
||||
}
|
||||
}
|
||||
if (space == true) {
|
||||
this.currentWord = [" "];
|
||||
this.input.push(this.currentWord);
|
||||
this.currentWord = [];
|
||||
}
|
||||
this.imeReset();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user