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) => {
|
updateSize = (height) => {
|
||||||
this.setState({ height });
|
this.setState({ height: height + 20 });
|
||||||
}
|
}
|
||||||
|
|
||||||
editCancel() {
|
editCancel() {
|
||||||
|
|
Loading…
Reference in New Issue