diff --git a/app-ios/Modules/Sources/Session/SessionView.swift b/app-ios/Modules/Sources/Session/SessionView.swift index 901fe9152..87f79e2a9 100644 --- a/app-ios/Modules/Sources/Session/SessionView.swift +++ b/app-ios/Modules/Sources/Session/SessionView.swift @@ -66,6 +66,7 @@ public struct SessionView: View { if let session = viewModel.timetableItem as? TimetableItem.Session { VStack(alignment: .leading, spacing: 16) { Text(session.description_) + .textSelection(.enabled) .lineLimit(isDescriptionExpanded ? nil : 5) .background { ViewThatFits(in: .vertical) {