disable editor history/persistence when in grid to avoid pesky bug
This commit is contained in:
parent
f593bff3c3
commit
c8243357ea
3 changed files with 22 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue