yabwe / medium-editor

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
https://yabwe.github.io/medium-editor/
Other
16.08k stars 1.85k forks source link

Duplication of First letter in Korean #1596

Open BHAVANI-DASARI opened 2 years ago

BHAVANI-DASARI commented 2 years ago

Description

Typing in korean, the second letter gets along with first letter Duplicate

Steps to reproduce

  1. Start typing in korean
  2. If we type [ㅈㄷ] on UI we are able to see [ㅈㅈㄷ]
  3. Once you refresh the page it is again happening!!!

Link to an example: JS Bin

Versions