Skip to content

Commit

Permalink
feat: allow log view text to be select and copy
Browse files Browse the repository at this point in the history
  • Loading branch information
qinyuhang committed Mar 11, 2024
1 parent 45b4e58 commit b95c82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApplicationLibrary/Views/Log/LogView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public struct LogView: View {
ForEach(Array(logClient.logList.enumerated()), id: \.offset) { it in
Text(it.element)
.font(logFont)
.textSelection(.enabled)
#if os(tvOS)
.focusable()
#endif
Expand Down

0 comments on commit b95c82b

Please sign in to comment.