more RTE fixes
This commit is contained in:
parent
8cb086ef31
commit
ba69e4365d
2 changed files with 3 additions and 2 deletions
|
@ -199,7 +199,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
if (contentJSON) {
|
||||
let content = convertFromRaw(JSON.parse(contentJSON));
|
||||
component.setState({
|
||||
editorState: component.createEditorState(this.state.isRichtextEnabled, content)
|
||||
editorState: component.createEditorState(component.state.isRichtextEnabled, content)
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue