diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 53c28b36eb134304fc556c070b3bf3edc08f9d3d..cf8640e048d667886851c5a040895009946b9c9d 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -10679,6 +10679,7 @@ impl Editor { } }); }); + self.request_autoscroll(Autoscroll::newest(), cx); cx.notify(); }