columns/timeline: include column index in timeline view_id
might fix weird scroll issues on profiles Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -37,6 +37,7 @@ pub fn render_timeline_route(
|
||||
note_options,
|
||||
&(&accounts.get_selected_account().key).into(),
|
||||
jobs,
|
||||
col,
|
||||
)
|
||||
.ui(ui);
|
||||
|
||||
@@ -66,6 +67,7 @@ pub fn render_timeline_route(
|
||||
note_options,
|
||||
&(&accounts.get_selected_account().key).into(),
|
||||
jobs,
|
||||
col,
|
||||
)
|
||||
.ui(ui);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user