visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
290 stars 46 forks source link

Caret - When pressing undo the caret is moved in wrong positions #51

Closed adrian-moisa closed 2 years ago

adrian-moisa commented 2 years ago

While pressing undo several times the caret position can be observed jumping to wrong locations instead of the places where the caret was visible.

adrian-moisa commented 2 years ago

Seems to have been fixed by other changes