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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user