enforce scroll_id for ThreadView

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-07-24 09:42:46 -06:00
parent 0bc32272d2
commit 6db6cf7b7a
2 changed files with 8 additions and 13 deletions

View File

@@ -87,8 +87,8 @@ pub fn render_thread_route(
note_options,
note_context,
jobs,
col,
)
.id_source(col)
.ui(ui)
.map(Into::into)
}