Better RTL support
This commit is contained in:
parent
a9d516e8ea
commit
159a920dc8
8 changed files with 14 additions and 12 deletions
|
@ -723,6 +723,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
title={ this.state.isRichtextEnabled ? _t("Markdown is disabled") : _t("Markdown is enabled")}
|
||||
src={`img/button-md-${!this.state.isRichtextEnabled}.png`} />
|
||||
<Editor ref="editor"
|
||||
dir="auto"
|
||||
placeholder={this.props.placeholder}
|
||||
editorState={this.state.editorState}
|
||||
onChange={this.onEditorContentChanged}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue