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

@ -1690,6 +1690,7 @@ module.exports = React.createClass({
<MessageComposer
roomViewStore={this.props.roomViewStore}
room={this.state.room}
isGrid={this.props.isGrid}
onResize={this.onChildResize}
uploadFile={this.uploadFile}
callState={this.state.callState}