edit predictions: Fix fold not expanding after jump (#25116)
Closes #24938. Release Notes: - Edit predictions: Fix fold not expanding after jump
This commit is contained in:
@@ -5128,6 +5128,7 @@ impl Editor {
|
||||
.contains(&target.to_display_point(&position_map.snapshot).row())
|
||||
|| !self.edit_prediction_requires_modifier()
|
||||
{
|
||||
self.unfold_ranges(&[target..target], true, false, cx);
|
||||
// Note that this is also done in vim's handler of the Tab action.
|
||||
self.change_selections(
|
||||
Some(Autoscroll::newest()),
|
||||
|
||||
Reference in New Issue
Block a user