Fix MessageBox height when line break to 2 lines

This commit is contained in:
Rodrigo Nascimento 2017-11-24 20:54:20 -02:00
parent 41f6818f1f
commit 20caa33897
No known key found for this signature in database
GPG Key ID: CFCE33B7B01AC335
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export default class MessageBox extends React.Component {
} }
updateSize = (height) => { updateSize = (height) => {
this.setState({ height }); this.setState({ height: height + 20 });
} }
editCancel() { editCancel() {