Fixes #2416 - Allow text selection on the timeline item menu header

This commit is contained in:
Stefan Ceriu 2024-02-05 17:45:03 +02:00 committed by Stefan Ceriu
parent 9915a33964
commit 98892c0bf4
2 changed files with 2 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Allow text selection on the timeline item menu header