Skip to content

Commit 82989fc

Browse files
committed
Move animation to consumers
1 parent e27e90e commit 82989fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/LiveKitComponents/UI/Chat/ChatScrollView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public struct ChatScrollView<Content: View>: View {
4242
scrollView.scrollTo(session.messages.last?.id)
4343
}
4444
.upsideDown()
45-
.animation(.default, value: session.messages)
4645
}
4746
}
4847
}

0 commit comments

Comments
 (0)