mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-29 09:35:47 +00:00
allow selecting text from the SDKs
This commit is contained in:
parent
5aed44f969
commit
8d7412fd18
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ struct SDKsView: View {
|
|||
} else {
|
||||
VStack(alignment: .leading) {
|
||||
Text("SDKs").font(.headline)
|
||||
Text(content).font(.subheadline)
|
||||
Text(content)
|
||||
.font(.subheadline)
|
||||
.textSelection(.enabled)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue