MCPcopy Create free account
hub / github.com/CommE2E/comm / scrollToBottom

Method scrollToBottom

web/chat/chat-message-list.react.js:166–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 }
165
166 scrollToBottom() {
167 if (this.messageContainer) {
168 this.messageContainer.scrollTop = 0;
169 }
170 }
171
172 renderItem = (item: ChatMessageItem): React.Node => {
173 if (item.itemType === 'loader') {

Callers 3

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95
tag-input.react.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected