mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
fixed a bug where greek ime would errenously erase a character when composing diacritics
This commit is contained in:
@@ -79,7 +79,7 @@ return Object.freeze({"n":"Ελ. Φωνητικό","v":"none","c":"CuriousTo\uA7
|
|||||||
let diacriticsLength = states.code.length // dialytika-tonos is two characters internally
|
let diacriticsLength = states.code.length // dialytika-tonos is two characters internally
|
||||||
let composed = diacriticsMapping[states.code][s]
|
let composed = diacriticsMapping[states.code][s]
|
||||||
reset()
|
reset()
|
||||||
return [''+(2+diacriticsLength), composed || s]
|
return [''+(1+diacriticsLength), composed || s]
|
||||||
}
|
}
|
||||||
// nope!
|
// nope!
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user