damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 135432e03c7dc732dc719198451dda66e204ae53
parent 1fd4d4d95025594ad9cc09514ef257c235073d84
Author: Suhail Saqan <suhail.saqan@gmail.com>
Date:   Thu,  2 Feb 2023 14:15:57 -0800

Allow text selection in bio

Changelog-Added: Allow text selection in bio
Closes: #494

Diffstat:
Mdamus/Views/ProfileView.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift @@ -298,7 +298,7 @@ struct ProfileView: View { .padding(.top,-(pfp_size/2.0)) Text(ProfileView.markdown.process(data?.about ?? "")) - .font(.subheadline) + .font(.subheadline).textSelection(.enabled) if let url = data?.website_url { WebsiteLink(url: url)