This reverts commit dc32ab25a0
.
This has been causing panics, backing it out while figuring out what's
up.
Release Notes:
- N/A
This commit is contained in:
parent
31c976d8d9
commit
b9c390c22e
2 changed files with 1 additions and 70 deletions
|
@ -12925,7 +12925,6 @@ impl Editor {
|
|||
None => Autoscroll::newest(),
|
||||
};
|
||||
let nav_history = editor.nav_history.take();
|
||||
editor.unfold_ranges(&ranges, false, true, cx);
|
||||
editor.change_selections(Some(autoscroll), cx, |s| {
|
||||
s.select_ranges(ranges);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue