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
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue