mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 23:59:52 +03:00
Show scrollbar when scrolling while following
This commit is contained in:
parent
7ba95d5d6c
commit
d5fbb59656
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user