This commit is contained in:
Diego Mello 2017-11-24 20:19:37 -02:00
parent bc589022f3
commit 41f6818f1f
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ export default class MessageBox extends React.Component {
updateSize = (height) => {
this.setState({ height });
}
}
editCancel() {
this.props.editCancel();
this.component.setNativeProps({ text: '' });