Allow text selection in bio
Changelog-Added: Allow text selection in bio Closes: #494
This commit is contained in:
committed by
William Casarin
parent
1fd4d4d950
commit
135432e03c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user