Skip to content

Commit 30c06f8

Browse files
committed
fix: add line feed
1 parent fefbe46 commit 30c06f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gitalk.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ class GitalkComponent extends Component {
296296
replyCommentArray.unshift(`@${replyComment.user.login}`)
297297
replyCommentArray = replyCommentArray.map(t => `> ${t}`)
298298
replyCommentArray.push('')
299+
replyCommentArray.push('')
299300
if (comment) replyCommentArray.unshift('')
300301
this.setState({comment: comment + replyCommentArray.join('\n')}, () => {
301302
autosize.update(this.commentEL)

0 commit comments

Comments
 (0)