diff --git a/Shared/Player/VideoDetails.swift b/Shared/Player/VideoDetails.swift index dcc08e94..0940537c 100644 --- a/Shared/Player/VideoDetails.swift +++ b/Shared/Player/VideoDetails.swift @@ -339,6 +339,7 @@ struct VideoDetails: View { VStack(alignment: .leading, spacing: 10) { if let description = video.description { Text(description) + .textSelection(.enabled) .frame(maxWidth: .infinity, alignment: .leading) .font(.caption) .padding(.bottom, 4)