5hwb / Old-Hangul-Input-Method

Javascript-based IME for typing archaic Korean Hangul letters (e.g. ㅸ, ㅿ, ㅵ) easily
Apache License 2.0
19 stars 6 forks source link

One last bug fix #11

Closed ScraperMan2002 closed 2 years ago

ScraperMan2002 commented 2 years ago

I fixed one more bug.

5hwb commented 2 years ago

Thanks for the bug fix. However, I had actually made some commits to rename hangulime_new.js to hangulime.js (see 59caecb and 4ba38a8), which means that the last commit isn't needed - hence, I cannot merge this merge request as it would conflict with my existing commits. Instead, I will update hangulime.js to fix the 'jamo_med_u_i_i' input bug.

For any project, it is strongly recommended that you pull the latest changes from the repository every time before making any new changes, which will minimise the occurrence of merge conflicts like these in the long run.