Skip to content
Snippets Groups Projects
Commit 61af4c0a authored by James Calfee's avatar James Calfee
Browse files

More complient anchor links. #227

parent 7393445d
No related branches found
No related tags found
No related merge requests found
...@@ -217,7 +217,7 @@ class CommentImpl extends React.Component { ...@@ -217,7 +217,7 @@ class CommentImpl extends React.Component {
showNegativeComments, ignore, noImage} = this.props showNegativeComments, ignore, noImage} = this.props
const {onShowReply, onShowEdit, onDeletePost} = this const {onShowReply, onShowEdit, onDeletePost} = this
const post = comment.author + '/' + comment.permlink const post = comment.author + '/' + comment.permlink
const anchor_link = '#@' + post const anchor_link = '@' + post
const {PostReplyEditor, PostEditEditor, showReply, showEdit, hide_body} = this.state const {PostReplyEditor, PostEditEditor, showReply, showEdit, hide_body} = this.state
const Editor = showReply ? PostReplyEditor : PostEditEditor const Editor = showReply ? PostReplyEditor : PostEditEditor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment