diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index f9327ee251..60d6bbc699 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -3998,7 +3998,7 @@ impl Editor { state.stack.pop(); } - self.update_selections(new_selections, Some(Autoscroll::Fit), cx); + self.update_selections(new_selections, Some(Autoscroll::Newest), cx); if state.stack.len() > 1 { self.add_selections_state = Some(state); }