Skip to content

Commit

Permalink
move mention spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
aciccarello committed Mar 13, 2023
1 parent 1d46326 commit aca1e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/examples/mentions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,8 @@ const Mention = ({ attributes, children, element }) => {
data-cy={`mention-${element.character.replace(' ', '-')}`}
style={style}
>
​{children}@{element.character}​
@{element.character}
{children}
</span>
)
}
Expand Down

0 comments on commit aca1e4c

Please sign in to comment.