Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seanium/ChatMap
/ scrollToBottom
Function
scrollToBottom
components/chat-interface.tsx:75–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
73
}, [messages])
74
75
const scrollToBottom = () => {
76
messagesEndRef.current?.scrollIntoView({ behavior:
"smooth"
})
77
}
78
79
// 生成唯一ID
80
const generateId = () => {
Callers
1
ChatInterface
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected