Comment `Reply` link doesn’t work if comments are loaded from ajax

I realized that comment-reply.js is not loaded and it fixed the issue.

Could someone explain? I have no idea what happened.

So the fix was adding wp_enqueue_script( 'comment-reply' ); to my plugin code.