FIX: Disable load_more_replies button until more replies are loaded

In PR #35136, a debounce logic is added to the reply button. However, a similar issue occurs in the “load_more_replies” button as well.

This commit fix the issue by adding disable logic to the load_more_replies button, so that the button is also disabled when loading, and this issue is solved.

A PR to solve this is here:

1 Like