diff --git a/ime.js b/ime.js index bdac89a..40dc94d 100644 --- a/ime.js +++ b/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;