·
16 commits
to main
since this release
Patch Changes
-
#5929
fdaa9c80Thanks @12joan! - - Fix error when a non-selectable node has no next or previous node- Do not return points from
Editor.positionsthat are inside non-selectable nodes- Previously,
editor.isSelectablewas 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
aaad6717Thanks @12joan! - Fix: Thesplit: trueoption onTransforms.wrapNodesdoes not work correctly when one or more points is at the start or end of a text node. -
#5926
cf10119aThanks @12joan! - Use generics for the return type ofNode.fragment