summaryrefslogtreecommitdiffstats
path: root/webapp/components/textbox.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-09-08 08:48:53 -0400
committerenahum <nahumhbl@gmail.com>2016-09-08 09:48:53 -0300
commit47f92441aced1e2dd6e85fc18f27330d88e07593 (patch)
treeea27dad1f5f95f8f5b24f2398ee93d65fbc4160e /webapp/components/textbox.jsx
parent3bc0e833f75e043728c758fbfbe9194d2d19d6c8 (diff)
downloadchat-47f92441aced1e2dd6e85fc18f27330d88e07593.tar.gz
chat-47f92441aced1e2dd6e85fc18f27330d88e07593.tar.bz2
chat-47f92441aced1e2dd6e85fc18f27330d88e07593.zip
PLT-4100 Made SuggestionList dividers optional (#3990)
* Made SuggestionList dividers optional * Stopped mutating the User object in the AtMentionProvider
Diffstat (limited to 'webapp/components/textbox.jsx')
-rw-r--r--webapp/components/textbox.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/textbox.jsx b/webapp/components/textbox.jsx
index fac1bd027..12f111833 100644
--- a/webapp/components/textbox.jsx
+++ b/webapp/components/textbox.jsx
@@ -198,6 +198,7 @@ export default class Textbox extends React.Component {
providers={this.suggestionProviders}
channelId={this.props.channelId}
value={this.props.messageText}
+ renderDividers={true}
/>
<div
ref='preview'