MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / scrollToBottom

Function scrollToBottom

frontend/src/components/ChatWindow.jsx:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }, [])
92
93 const scrollToBottom = () => {
94 messagesEndRef.current?.scrollIntoView({ behavior: 'smooth' })
95 }
96
97 useEffect(() => {
98 scrollToBottom()

Callers 1

ChatWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected