From f740698dbe06816921d2a20eea876c9ca7b515ed Mon Sep 17 00:00:00 2001 From: David Meza Date: Mon, 31 Jul 2017 07:24:13 -0500 Subject: PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked (#6349) * PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked * PLT-6486 Display `@username` mention on the right text area on center or RHS. * Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors. * Control undefined post in SearchStore that causes an exception. --- webapp/components/create_post.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/components/create_post.jsx') diff --git a/webapp/components/create_post.jsx b/webapp/components/create_post.jsx index 1ad1dda4f..328f182a3 100644 --- a/webapp/components/create_post.jsx +++ b/webapp/components/create_post.jsx @@ -774,6 +774,7 @@ export default class CreatePost extends React.Component { emojiEnabled={window.mm_config.EnableEmojiPicker === 'true'} createMessage={Utils.localizeMessage('create_post.write', 'Write a message...')} channelId={this.state.channelId} + popoverMentionKeyClick={true} id='post_textbox' ref='textbox' /> -- cgit v1.2.3-1-g7c22