Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b343b67

Browse files
committed
修复bug: 修改评论后评论内容没有解析markdown
1 parent 455478a commit b343b67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

static/dist/js/sg_base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ jQuery(document).ready(function(){
859859

860860
editComment($submitBtn, cid, content, function() {
861861
$textarea.data('raw-content', content)
862-
$content.html(content)
862+
$content.html(parseCmtContent(content))
863863
toggleCommentShowOrEdit(floor, true)
864864
})
865865
})

0 commit comments

Comments
 (0)