MCPcopy Create free account
hub / github.com/AbhinavTheDev/coding-agent / scrollToBottom

Function scrollToBottom

ui/app/components/chatInterface.tsx:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 const [inputValue, setInputValue] = useState("")
26
27 const scrollToBottom = () => {
28 messagesEndRef.current?.scrollIntoView({ behavior: "smooth" })
29 }
30
31
32

Callers 1

ChatInterfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected