From 31e6ad0af4f18e940a80217cbe51d2af9b92bf9f Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Fri, 8 Jul 2022 10:46:17 +0200 Subject: [PATCH] feat(artist): enable text copy from bio --- firstfm/Views/Artist/ArtistBioView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firstfm/Views/Artist/ArtistBioView.swift b/firstfm/Views/Artist/ArtistBioView.swift index d3112ee..8c9a3a3 100644 --- a/firstfm/Views/Artist/ArtistBioView.swift +++ b/firstfm/Views/Artist/ArtistBioView.swift @@ -19,7 +19,7 @@ struct ArtistBioView: View { } } }) - + .textSelection(.enabled) } } }