From 135432e03c7dc732dc719198451dda66e204ae53 Mon Sep 17 00:00:00 2001 From: Suhail Saqan Date: Thu, 2 Feb 2023 14:15:57 -0800 Subject: [PATCH] Allow text selection in bio Changelog-Added: Allow text selection in bio Closes: #494 --- damus/Views/ProfileView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/damus/Views/ProfileView.swift b/damus/Views/ProfileView.swift index d0aa230f..7a07cec9 100644 --- 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)