Skip to content

Commit 53ec915

Browse files
allow selecting text from the compilers
1 parent 8d7412f commit 53ec915

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Xcodes/Frontend/InfoPane/CompilersView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ struct CompilersView: View {
1616
if let compilers = compilers {
1717
VStack(alignment: .leading) {
1818
Text("Compilers").font(.headline)
19-
Text(Self.content(from: compilers)).font(.subheadline)
19+
Text(Self.content(from: compilers))
20+
.font(.subheadline)
21+
.textSelection(.enabled)
2022
}
2123
} else {
2224
EmptyView()

0 commit comments

Comments
 (0)