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:
parent
6885b28c22
commit
d0816ef2e2
1 changed files with 1 additions and 0 deletions
|
@ -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()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue