diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 53c28b36eb..cf8640e048 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(); }