Same issue. I can make it come back by changing the ‘add_action’ back to ‘comment_form’. i.e.
add_action('comment_form_after', 'lcp_add_preview_div');
goes back to:
add_action('comment_form', 'lcp_add_preview_div');
Possibly a change in the calling string in comment.php would work too.