Reduce animations in transcript
This commit is contained in:
@@ -54,7 +54,9 @@ struct MessageEntryView: View
|
||||
}
|
||||
|
||||
.onChange(of: selectedConversation) { oldValue, newValue in
|
||||
viewModel.draftText = ""
|
||||
if oldValue?.id != newValue?.id {
|
||||
viewModel.draftText = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user