Patch Changes
-
#5929
fdaa9c80
Thanks @12joan! - - Fix error when a non-selectable node has no next or previous node- Do not return points from
Editor.positions
that are inside non-selectable nodes- Previously,
editor.isSelectable
was handled incorrectly insideEditor.positions
. When encountering a non-selectable node, it would immediately return the point before or after it (depending onreverse
), but it would not skip returning points inside the non-selectable node if more than one point was consumed fromEditor.positions
.
- Previously,
- Do not return points from
-
#5943
aaad6717
Thanks @12joan! - Fix: Thesplit: true
option onTransforms.wrapNodes
does not work correctly when one or more points is at the start or end of a text node. -
#5926
cf10119a
Thanks @12joan! - Use generics for the return type ofNode.fragment