lint
This commit is contained in:
parent
bc589022f3
commit
41f6818f1f
|
@ -125,8 +125,8 @@ export default class MessageBox extends React.Component {
|
|||
|
||||
updateSize = (height) => {
|
||||
this.setState({ height });
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
editCancel() {
|
||||
this.props.editCancel();
|
||||
this.component.setNativeProps({ text: '' });
|
||||
|
|
Loading…
Reference in New Issue