Add selectable text feature

Changelog-Added: Added the ability to select text on posts
Closes: #639
This commit is contained in:
OlegAba
2023-02-17 12:34:41 -05:00
committed by William Casarin
parent 3e764e75e4
commit a1a89dc98e
7 changed files with 116 additions and 18 deletions
+2 -2
View File
@@ -112,8 +112,8 @@ struct ChatView: View {
NoteContentView(damus_state: damus_state,
event: event,
show_images: show_images,
artifacts: .just_content(event.content),
size: .normal)
size: .normal,
artifacts: .just_content(event.content))
if is_active || next_ev == nil || next_ev!.pubkey != event.pubkey {
let bar = make_actionbar_model(ev: event.id, damus: damus_state)