thread: selected thread notes should be... selectable

We couldn't select text on thread notes before,
now we can

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-06-23 12:59:38 -07:00
parent 15b4978d47
commit 75fd22d8ed

View File

@@ -307,6 +307,7 @@ impl<'a> ThreadNote<'a> {
ThreadNoteType::Chain { root: _ } => cur_options,
ThreadNoteType::Selected { root: _ } => {
cur_options.set_wide(true);
cur_options.set_selectable_text(true);
cur_options
}
ThreadNoteType::Reply => cur_options,