diff --git a/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift b/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift index e388d1c0b..c70de8011 100644 --- a/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift +++ b/ElementX/Sources/Other/SwiftUI/Views/AvatarHeaderView.swift @@ -43,6 +43,7 @@ struct AvatarHeaderView: View { .foregroundColor(.compound.textPrimary) .font(.compound.headingLGBold) .multilineTextAlignment(.center) + .textSelection(.enabled) if let subtitle { Text(subtitle) diff --git a/changelog.d/2333.feature b/changelog.d/2333.feature new file mode 100644 index 000000000..4096ee067 --- /dev/null +++ b/changelog.d/2333.feature @@ -0,0 +1 @@ +Allow copying user display names on the room member details screen \ No newline at end of file