Saul-Mirone / prosemirror-adapter

Universal adapter to create prosemirror nodeview from modern UI frameworks.
MIT License
97 stars 7 forks source link

When using Vue, entering Chinese in the editor will result in incorrect results #29

Closed FengZhongShaoNian closed 1 year ago

FengZhongShaoNian commented 1 year ago

When running the code in examples/vue, I entered Chinese in the editor but received incorrect results. For example: I entered 哈哈 using the built-in input method of Windows 10, but I got hh'h哈哈 image

This problem seems to only appear in the Vue example, and the React example is OK.