diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 32e58a5d82cc4a5df090ffcd7ea1f636a94cc668..327f143db57e725f138b15e12f9a90e289973417 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1353,6 +1353,7 @@ impl Editor { ) { self.scroll_top_anchor = anchor; self.scroll_position = position; + self.make_scrollbar_visible(cx); cx.emit(Event::ScrollPositionChanged { local: false }); cx.notify(); }