disable editor history/persistence when in grid to avoid pesky bug

This commit is contained in:
Bruno Windels 2018-11-22 18:32:57 +00:00
parent f593bff3c3
commit c8243357ea
3 changed files with 22 additions and 1 deletions

View file

@ -359,6 +359,7 @@ export default class MessageComposer extends React.Component {
roomViewStore={this.props.roomViewStore}
ref={(c) => this.messageComposerInput = c}
key="controls_input"
isGrid={this.props.isGrid}
onResize={this.props.onResize}
room={this.props.room}
placeholder={placeholderText}