allow selection of output

This commit is contained in:
David Koski
2024-03-01 22:44:33 -08:00
parent 9cea67f7bc
commit 23fc53c43e

View File

@@ -19,6 +19,7 @@ struct ContentView: View {
ProgressView()
}
Text(llm.output)
.textSelection(.enabled)
}
HStack {