reedsy / quill-cursors

A multi cursor module for Quill text editor.
MIT License
248 stars 54 forks source link

Cursor position is incorrect when direction is RTL #86

Open nigel-wells opened 1 year ago

nigel-wells commented 1 year ago

The cursor position is always 1 character out from the position when using RTL direction. The GIF uses the example provided in the repo along with .ql-editor { text-align: right; direction: rtl; } added styles.

Quill Cursors