allow selection of output
This commit is contained in:
@@ -19,6 +19,7 @@ struct ContentView: View {
|
|||||||
ProgressView()
|
ProgressView()
|
||||||
}
|
}
|
||||||
Text(llm.output)
|
Text(llm.output)
|
||||||
|
.textSelection(.enabled)
|
||||||
}
|
}
|
||||||
|
|
||||||
HStack {
|
HStack {
|
||||||
|
|||||||
Reference in New Issue
Block a user