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
It almost seems to work, but there is one node C out of place in the order (and another E for which that order is not defined that seems to be arbitrarily slotted in where C should go):
In this example, A-D all have up relationships to the current page, and mutual next and prev to each other. E has up to the current page, but nothing else.
I expect A-D to be listed in order, with E shown anywhere in there, but I get instead C,A,B,E,D
A clear and concise description of what the bug is.
To Reproduce
Not sure; I tried making a minimal vault to show this, and it sorts like A,B,C,E,D, which is fine.
Expected behavior
Nodes should list order by their next/prev relationships.
(extending #509)
I have a block like
It almost seems to work, but there is one node C out of place in the order (and another E for which that order is not defined that seems to be arbitrarily slotted in where C should go):
In this example, A-D all have up relationships to the current page, and mutual next and prev to each other. E has up to the current page, but nothing else.
I expect A-D to be listed in order, with E shown anywhere in there, but I get instead C,A,B,E,D
A clear and concise description of what the bug is.
To Reproduce
Not sure; I tried making a minimal vault to show this, and it sorts like A,B,C,E,D, which is fine.
Expected behavior
Nodes should list order by their next/prev relationships.
Screenshots
Here, the block
correctly shows the next relationships.
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: