You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 prev and out methods to call getPreviousNode with the loop param set to true.
I also pass the isValid function to getLastNode, which is passed through getNextNode where it's called inside getLastNode (required to avoid errors on looping back).
The text was updated successfully, but these errors were encountered:
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:
prev
andout
methods to callgetPreviousNode
with theloop
param set totrue
.isValid
function togetLastNode
, which is passed throughgetNextNode
where it's called insidegetLastNode
(required to avoid errors on looping back).The text was updated successfully, but these errors were encountered: