Skip to content

Commit 8d7412f

Browse files
allow selecting text from the SDKs
1 parent 5aed44f commit 8d7412f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Xcodes/Frontend/InfoPane/SDKsView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ struct SDKsView: View {
1818
} else {
1919
VStack(alignment: .leading) {
2020
Text("SDKs").font(.headline)
21-
Text(content).font(.subheadline)
21+
Text(content)
22+
.font(.subheadline)
23+
.textSelection(.enabled)
2224
}
2325
}
2426
}

0 commit comments

Comments
 (0)