mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Allow selecting text from the info panel
This commit is contained in:
parent
91f75843da
commit
5aed44f969
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ struct InfoPane: View {
|
|||
Text(verbatim: "Xcode \(xcode.description) \(xcode.version.buildMetadataIdentifiersDisplay)")
|
||||
.font(.title)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.textSelection(.enabled)
|
||||
}
|
||||
InfoPaneControls(xcode: xcode)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue