Correctly maintain cursor stack position when ascending in seek

This commit is contained in:
Antonio Scandurra 2023-07-27 12:33:13 +02:00
parent d277e214bd
commit 32c8eb2612

View file

@ -418,6 +418,7 @@ where
} => {
if ascending {
entry.index += 1;
entry.position = self.position.clone();
}
for (child_tree, child_summary) in child_trees[entry.index..]