stencila / designa

📐 Stencila's design system
https://stencila.github.io/designa
Apache License 2.0
11 stars 1 forks source link

fix(Editor): Persist editor selection range when updating state #326

Closed alex-ketch closed 2 years ago

alex-ketch commented 2 years ago

This PR fixes the mismatch between CodeMirror dependencies, and updates the Editor component to persist the Selection/cursor positions when updating state with new content. This leads to better UX as the cursor does not jump around under the user.