diff --git a/src/templates/nodes/custom/comment/list_embed.pug b/src/templates/nodes/custom/comment/list_embed.pug index 3b7ee48a..3050240c 100644 --- a/src/templates/nodes/custom/comment/list_embed.pug +++ b/src/templates/nodes/custom/comment/list_embed.pug @@ -84,12 +84,14 @@ script. } $(scrollToLinkedComment); + + $('#comment_field').autoResize(); + // Initialize Markdown to later convert comment as we type var convert = new Markdown.getSanitizingConverter(); Markdown.Extra.init(convert); convert = convert.makeHtml; - // Submit new comment $(document) .off('click','body .comment-action-submit')