Skip to content
Snippets Groups Projects
Commit 3436cbad authored by Tim's avatar Tim
Browse files

revert to non-standard anchor link with reference to #124

parent 25774d84
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ class CommentImpl extends React.Component {
showNegativeComments, ignore, noImage} = this.props
const {onShowReply, onShowEdit, onDeletePost} = this
const post = comment.author + '/' + comment.permlink
const anchor_link = '@' + post
const anchor_link = '#@' + post // Using a hash here is not standard but intentional; see issue #124 for details
const {PostReplyEditor, PostEditEditor, showReply, showEdit, hide_body} = this.state
const Editor = showReply ? PostReplyEditor : PostEditEditor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment