set scroll offset when routing to thread
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -93,7 +93,15 @@ fn execute_note_action(
|
||||
};
|
||||
|
||||
timeline_res = threads
|
||||
.open(ndb, txn, pool, &thread_selection, preview, col)
|
||||
.open(
|
||||
ndb,
|
||||
txn,
|
||||
pool,
|
||||
&thread_selection,
|
||||
preview,
|
||||
col,
|
||||
scroll_offset,
|
||||
)
|
||||
.map(NotesOpenResult::Thread);
|
||||
|
||||
let route = Route::Thread(thread_selection);
|
||||
|
||||
Reference in New Issue
Block a user