add scroll_offset to NoteAction::Note
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -363,6 +363,7 @@ fn render_undecorated_note_contents<'a>(
|
||||
NoteAction::Note { note_id, .. } => NoteAction::Note {
|
||||
note_id,
|
||||
preview: true,
|
||||
scroll_offset: 0.0,
|
||||
},
|
||||
other => other,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user