MCPcopy
hub / github.com/anse-app/chatgpt-demo / instantToBottom

Function instantToBottom

src/components/Generator.tsx:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }, 300, false, true)
80
81 const instantToBottom = () => {
82 window.scrollTo({ top: document.body.scrollHeight, behavior: 'instant' })
83 }
84
85 const requestWithLatestMessage = async() => {
86 setLoading(true)

Callers 2

handleButtonClickFunction · 0.85
requestWithLatestMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected