dialogflow-angular5 icon indicating copy to clipboard operation
dialogflow-angular5 copied to clipboard

AutoScroll to bottom after adding item to list

Open Mohanbuggana opened this issue 5 years ago • 0 comments

This below code is not working. Please look into it.

private scrollToBottom(): void { try { this.chatList.nativeElement.scrollTop = this.chatList.nativeElement.scrollHeight; }

catch (err) {
  console.log('Could not find the "chatList" element.');
}

}

Mohanbuggana avatar Feb 27 '19 07:02 Mohanbuggana