mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
Correctly maintain cursor stack position when ascending in seek
This commit is contained in:
parent
d277e214bd
commit
32c8eb2612
1 changed files with 1 additions and 0 deletions
|
@ -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..]
|
||||
|
|
Loading…
Reference in a new issue