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>
This commit is contained in:
William Casarin
2025-05-01 17:28:59 -07:00
parent dbfc2804f1
commit 093189b019

View File

@@ -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)