bustle / mobiledoc-kit

A toolkit for building WYSIWYG editors with Mobiledoc
https://bustle.github.io/mobiledoc-kit/demo/
MIT License
1.55k stars 151 forks source link

Original range should be remembered after `toggleSection` #689

Closed YoranBrondsema closed 5 years ago

YoranBrondsema commented 5 years ago

Right now, after toggling a section, the cursor is reset to the beginning of the section and the selection is cleared:

mobiledoc-kit-remember-range

Ideally, it would be like on Quill, where the range is remembered:

quill-remember-range