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

This commit is contained in:
Bruno Windels
2018-12-13 13:01:59 +01:00
parent f593bff3c3
commit c8243357ea
3 changed files with 22 additions and 1 deletions
+1
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}