coast-team / mute

a scalable collaborative document editor with CRDT, P2P and E2EE
https://mute.loria.fr/
GNU Affero General Public License v3.0
127 stars 17 forks source link

Fix cursor's offset #71

Closed MatthieuNICOLAS closed 7 years ago

MatthieuNICOLAS commented 7 years ago

Once in a while, the user's cursor is shifted and is displayed at a wrong position. This behavior is quite disturbing for users since they are not able to write at the position they wish.

We should identify the origin of this offset and fix this bug.