prosemirror-utils
Advanced tools
Changelog
0.5.0 (2018-06-04)
Changed returning value of all selection utils to { node, start, pos}
, where
start
points to the start position of the nodepos
points directly before the nodenode
ProseMirror node
Previously, pos
used to point to the start
position of the node.