Skip to content

Commit

Permalink
fix(mc): allow 'enter' to select mention
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wegman committed Apr 2, 2019
1 parent 57a1414 commit 5becc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ComposerSlate/composer.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const plugins = [
nodes: {
},
}),
SendMessagePlugin(InitialValue),
MarkDownPlugin(),
MentionsPlugin(),
SendMessagePlugin(InitialValue),
];

const Composer = React.memo(({emitter, active, mentions, send}) => {
Expand Down

0 comments on commit 5becc09

Please sign in to comment.