There was an error while loading. Please reload this page.
1 parent fefbe46 commit 30c06f8Copy full SHA for 30c06f8
src/gitalk.jsx
@@ -296,6 +296,7 @@ class GitalkComponent extends Component {
296
replyCommentArray.unshift(`@${replyComment.user.login}`)
297
replyCommentArray = replyCommentArray.map(t => `> ${t}`)
298
replyCommentArray.push('')
299
+ replyCommentArray.push('')
300
if (comment) replyCommentArray.unshift('')
301
this.setState({comment: comment + replyCommentArray.join('\n')}, () => {
302
autosize.update(this.commentEL)
0 commit comments