Merge branch 'develop' into luke/room-list-flux
This commit is contained in:
commit
db0ea9eb0e
51 changed files with 304 additions and 119 deletions
|
@ -723,6 +723,7 @@ export default class MessageComposerInput extends React.Component {
|
|||
const cmd = SlashCommands.processInput(this.props.room.roomId, commandText);
|
||||
if (cmd) {
|
||||
if (!cmd.error) {
|
||||
this.historyManager.save(contentState, this.state.isRichtextEnabled ? 'html' : 'markdown');
|
||||
this.setState({
|
||||
editorState: this.createEditorState(),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue