Fixes #2416 - Allow text selection on the timeline item menu header
This commit is contained in:
committed by
Stefan Ceriu
parent
61d0b8fdbb
commit
3f3a81f4bb
@@ -191,6 +191,7 @@ struct TimelineItemMenu: View {
|
||||
Text(item.sender.displayName ?? item.sender.id)
|
||||
.font(.compound.bodySMSemibold)
|
||||
.foregroundColor(.compound.textPrimary)
|
||||
.textSelection(.enabled)
|
||||
|
||||
Text(item.timelineMenuDescription)
|
||||
.font(.compound.bodyMD)
|
||||
|
||||
1
changelog.d/2416.change
Normal file
1
changelog.d/2416.change
Normal file
@@ -0,0 +1 @@
|
||||
Allow text selection on the timeline item menu header
|
||||
Reference in New Issue
Block a user