-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong
Description
This is in normally navigation mode only. Move mode works as expected.
We've patched this temporarily. Note, this patch also contains changes to remove the stack connection cursor positions. Disregard changes to validLineNode and validInLineNode. Patch diff.
Summary of relevant changes:
- Change the
prevandoutmethods to callgetPreviousNodewith theloopparam set totrue. - I also pass the
isValidfunction togetLastNode, which is passed throughgetNextNodewhere it's called insidegetLastNode(required to avoid errors on looping back).
Metadata
Metadata
Assignees
Labels
issue: bugDescribes why the code or behaviour is wrongDescribes why the code or behaviour is wrong