Fix MessageBox height when line break to 2 lines
This commit is contained in:
parent
41f6818f1f
commit
20caa33897
|
@ -124,7 +124,7 @@ export default class MessageBox extends React.Component {
|
|||
}
|
||||
|
||||
updateSize = (height) => {
|
||||
this.setState({ height });
|
||||
this.setState({ height: height + 20 });
|
||||
}
|
||||
|
||||
editCancel() {
|
||||
|
|
Loading…
Reference in New Issue