benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
249 stars 35 forks source link

Simplify cursor position management #20

Closed benrbray closed 3 years ago

benrbray commented 3 years ago

Simplify cursor position management by replacing dumb O(N) update with a single field in the global plugin state. As a side effect, fixed bug where cursor position would be wrong for newly-created math node.