vue-bulma / quill

Quill Rich Text Editor
MIT License
34 stars 6 forks source link

Parsing chinese character input #7

Closed friedpine closed 7 years ago

friedpine commented 7 years ago

While input the chinese characters, the MacOS will transform the input alphabets to corresponding chinese words, however, at the start of the paragraph, the first letter is duplicated. While the native quill editor without VUE do not have this problem.

For example: What I input is 'zhongguo', but it become 'zzhongguo' image And the effect is: with an extra "z" image

Is is caused by the key binding of vuejs? Or else?