commit ca67977b8230ce812591983865239f3ab0a74f0d
parent 559e9577fc952b5b6493d015618c48c1685e4ae2
Author: kernelkind <kernelkind@gmail.com>
Date: Thu, 11 Sep 2025 18:12:57 -0400
fix: don't reset scroll position when switching toolbar
Closes: https://github.com/damus-io/notedeck/issues/1140
Signed-off-by: kernelkind <kernelkind@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/crates/notedeck_columns/src/timeline/route.rs b/crates/notedeck_columns/src/timeline/route.rs
@@ -31,7 +31,6 @@ pub fn render_timeline_route(
| TimelineKind::Generic(_) => {
let note_action =
ui::TimelineView::new(kind, timeline_cache, note_context, note_options, jobs, col)
- .scroll_to_top(scroll_to_top)
.ui(ui);
note_action.map(RenderNavAction::NoteAction)