ios: enable shitty copy from transcript

This commit is contained in:
2026-05-03 23:26:58 -07:00
parent 91ef28bf29
commit 70a60edf1c

View File

@@ -110,6 +110,7 @@ private struct MessageBubble: View {
}
.padding(.horizontal, isUser ? 14 : 2)
.padding(.vertical, isUser ? 13 : 2)
.textSelection(.enabled)
.background(
Group {
if isUser {
@@ -242,6 +243,7 @@ private struct ToolCallActivityChip: View {
}
}
}
.textSelection(.enabled)
.padding(.horizontal, 12)
.padding(.vertical, 10)
.background(