Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ scrollToBottom
Function
scrollToBottom
web/js/chat.js:773–776 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
771
}
772
773
function
scrollToBottom() {
774
const
messages = document.getElementById(
"messages"
);
775
messages.scrollTop = messages.scrollHeight;
776
}
Callers
3
showLoadingIndicator
Function · 0.85
handleAgentEvent
Function · 0.85
appendMessage
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected