conclave-team / conclave

CRDT and WebRTC based real-time, peer-to-peer, collaborative text editor
http://conclave.tech
MIT License
710 stars 130 forks source link

JavaScript Error When Typing Chinese #8

Closed leplay closed 6 years ago

leplay commented 6 years ago
screen shot 2018-01-10 at 6 40 17 pm
sunny-b commented 6 years ago

We had not planned on creating support for many languages. We may do that eventually but it's not a top priority.

This specific error is being thrown because we only support insert, delete, and paste operations. The "compose" operation is the reason for the error. If you want to see support for Chinese characters, we'd gladly take a PR.