notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 093189b019af8628cdf5e2044d78a21245a634db
parent dbfc2804f165be8c7f660f6cf937487ed9d507d7
Author: William Casarin <jb55@jb55.com>
Date:   Thu,  1 May 2025 17:28:59 -0700

ui: make post replies selectable

I wanted to copy a quote from something I was replying to, I couldn't
now I can

Fixes: #835
Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mcrates/notedeck_columns/src/ui/note/reply.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crates/notedeck_columns/src/ui/note/reply.rs b/crates/notedeck_columns/src/ui/note/reply.rs @@ -73,6 +73,7 @@ impl<'a, 'd> PostReplyView<'a, 'd> { self.note_options, ) .truncate(false) + .selectable_text(true) .actionbar(false) .medium_pfp(true) .options_button(true)