How to stop Comment Thread component auto scroll?

I have added Comment Thread component in my app. When the comments get too long the latest message is displayed in the bottom. However, I am unable to scroll to the top to read the history, as the scroll bar automatically jumps to the bottom and no way of controlling it. Anyone else faced similar issue? Or know how to resolve it?

@Sadiq_Meeran,
Can you confirm that you are on Retool Cloud? If so, I have not been able to reproduce your bug. I have added a lot of comments to my Comment Thread component and am able to scroll up and down to read all comments. Can you please send me the export of your JSON file for your app? You can export it like this:

Thanks!

Hi @Sadiq_Meeran ,
Just checking in to see if your issue has been resolved.

@lindakwoo I am having this issue. Is there a solution to it?

@pratikatlanta,
I have not been able to reproduce this error. Can you send me an export of your json file for your app? (see image above)

Thanks!

Requests | Activities Manager.json (461.7 KB)

Here is the JSON as requested

@pratikatlanta and @Sadiq_Meeran,
I believe the issue is that you have your refresh interval set on your comment thread. Setting this will refresh, and return to the latest comment. If you set it to 0, you will be able to scroll to the top and it won't refresh.

I hope this helps! :smile:

Thanks @lindakwoo . That helped. It's not auto scrolling anymore.