From 69647590d93c25b8e10ab82ce2b20bdb515058b4 Mon Sep 17 00:00:00 2001 From: remi Date: Sat, 7 May 2022 16:00:05 +0200 Subject: [PATCH] bug fixes --- ime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;