Skip to content

Commit

Permalink
feat(artist): enable text copy from bio
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 8, 2022
1 parent 311e827 commit 31e6ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstfm/Views/Artist/ArtistBioView.swift
Expand Up @@ -19,7 +19,7 @@ struct ArtistBioView: View {
}
}
})

.textSelection(.enabled)
}
}
}
Expand Down

0 comments on commit 31e6ad0

Please sign in to comment.