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.