ios: enable shitty copy from transcript
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user