Private
Public Access
1
0

Reduce animations in transcript

This commit is contained in:
2025-09-03 17:08:54 -07:00
parent 7675894ba7
commit b2f8abfbff
2 changed files with 15 additions and 5 deletions

View File

@@ -54,7 +54,9 @@ struct MessageEntryView: View
}
.onChange(of: selectedConversation) { oldValue, newValue in
viewModel.draftText = ""
if oldValue?.id != newValue?.id {
viewModel.draftText = ""
}
}
}