bug fixes
This commit is contained in:
parent
ed8226e94f
commit
69647590d9
3
ime.js
3
ime.js
@ -40,6 +40,7 @@ class HeonianIME {
|
||||
"c": "05",
|
||||
"m": "06",
|
||||
"j": "07",
|
||||
"y": "07",
|
||||
"f": "08",
|
||||
"t": "09",
|
||||
"k": "0A",
|
||||
@ -453,7 +454,7 @@ class HeonianIME {
|
||||
};
|
||||
break;
|
||||
case 3: //go to next word uwu
|
||||
if (this.hVowelsK.includes(key)) {
|
||||
if (this.hVowelsK.includes(key) && this.inputCurrent != "") {
|
||||
this.inputFull.pop();
|
||||
let ic = this.inputCurrent;
|
||||
let k = key;
|
||||
|
Loading…
Reference in New Issue
Block a user