()
| 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') { |
no outgoing calls
no test coverage detected