How do I control comments scrolling?



2023년 6월 19일에 게시됨

Hello, We have our own button to type notes, and when I type notes, the scroll is at the top, so if the notes are long, I'd like to lower them to the bottom. Currently, scrolling is at the top, blocking some comments.

We're typing notes with the code below, what should we add to scroll down to the bottom when typing?

let comment = "comment";
client.set('comment.text', comment);
 
I tried to access the id, class name of comments with js as below, but it was not successful.
let zendeskTextbox = document.getElementsByClassName('ck-content');
zendeskTextbox.scrollTop = zendeskTextbox.scrollHeight;
 
I look forward to hearing from you. Thank you.

0

4

댓글 0개

댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물