Skip to content

Commit

Permalink
Fixes #2416 - Allow text selection on the timeline item menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Feb 5, 2024
1 parent 0bd52f1 commit 8b01029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions changelog.d/2416.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Allow text selection on the timeline item menu header

0 comments on commit 8b01029

Please sign in to comment.