Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScrapeGraphAI/scrapecraft
/ scrollToBottom
Function
scrollToBottom
frontend/src/components/Chat/MessageList.tsx:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
const messagesEndRef = useRef<HTMLDivElement>(null);
9
10
const scrollToBottom = () => {
11
messagesEndRef.current?.scrollIntoView({ behavior:
'smooth'
});
12
};
13
14
useEffect(() => {
15
scrollToBottom();
Callers
1
MessageList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected