We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27e90e commit 82989fcCopy full SHA for 82989fc
Sources/LiveKitComponents/UI/Chat/ChatScrollView.swift
@@ -42,7 +42,6 @@ public struct ChatScrollView<Content: View>: View {
42
scrollView.scrollTo(session.messages.last?.id)
43
}
44
.upsideDown()
45
- .animation(.default, value: session.messages)
46
47
48
0 commit comments