MCPcopy 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
773function scrollToBottom() {
774 const messages = document.getElementById("messages");
775 messages.scrollTop = messages.scrollHeight;
776}

Callers 3

showLoadingIndicatorFunction · 0.85
handleAgentEventFunction · 0.85
appendMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected