diff --git a/crates/notedeck_columns/src/ui/thread.rs b/crates/notedeck_columns/src/ui/thread.rs index 0e305237..ec5a4302 100644 --- a/crates/notedeck_columns/src/ui/thread.rs +++ b/crates/notedeck_columns/src/ui/thread.rs @@ -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,