From aa43b2668321eee28d696a7e4e2ff540512f72e4 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 19 Oct 2020 22:53:07 -0500 Subject: [PATCH] Fix Ctrl Enter bug --- templates/comments/media-js.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/comments/media-js.html b/templates/comments/media-js.html index c4ed03c..df9f711 100644 --- a/templates/comments/media-js.html +++ b/templates/comments/media-js.html @@ -39,6 +39,7 @@ $reply_form.prepend('x'); $reply_form.find('form.comment-submit-form input#id_parent').val(parent); $reply_form.appendTo($comment_reply); + register_dmmd_preview($('#' + reply_id + ' #id_body-preview')); } $comment_reply.fadeIn();