MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / scrollToBottom

Function scrollToBottom

packages/ui/src/views/chatmessage/ChatMessage.jsx:586–590  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

584 }
585
586 const scrollToBottom = () => {
587 if (ps.current) {
588 ps.current.scrollTo({ top: maxScroll })
589 }
590 }
591
592 // Helper function to manage TTS action flag
593 const setTTSAction = (isActive) => {

Callers 3

handleSubmitFunction · 0.85
closeResponseFunction · 0.85
ChatMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected