commit 5e1e45184ba87f4ed1a71240b4957d54ef3eb6d3
parent 9033383a290426747963f5566fcb4eaa5f07c167
Author: William Casarin <jb55@jb55.com>
Date: Tue, 10 Jun 2025 12:16:23 -0700
thread: enable selectable text in threads
This avoids some of the nested thread loading,
but we can fix that next
Changelog-Changed: Made text in threads selectable
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/crates/notedeck_columns/src/timeline/route.rs b/crates/notedeck_columns/src/timeline/route.rs
@@ -80,6 +80,9 @@ pub fn render_timeline_route(
// default truncated everywher eelse
note_options.set_truncate(false);
+ // text is selectable in threads
+ note_options.set_selectable_text(true);
+
ui::ThreadView::new(
timeline_cache,
unknown_ids,