Hide empty autocomplete and remove word counter

This commit is contained in:
Aviral Dasgupta 2016-09-08 00:36:23 +05:30
parent 802ec1169f
commit 8974442084
3 changed files with 3 additions and 5 deletions

View file

@ -318,7 +318,6 @@ export default class MessageComposer extends React.Component {
<div className="mx_MessageComposer_formatbar" style={this.state.showFormatting ? {} : {display: 'none'}}>
{formatButtons}
<div style={{flex: 1}}></div>
<strong>{this.state.inputState.wordCount}</strong>
<img title={`Turn Markdown ${this.state.inputState.isRichtextEnabled ? 'on' : 'off'}`}
onClick={this.onToggleMarkdownClicked}
className="mx_MessageComposer_formatbar_markdown"