mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Added onHeightChanged call
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ad5c8fe7e4
commit
77248725ed
1 changed files with 4 additions and 0 deletions
|
@ -147,6 +147,10 @@ export default class TextualBody extends React.Component {
|
||||||
pre.className = "mx_EventTile_collapsedCodeBlock";
|
pre.className = "mx_EventTile_collapsedCodeBlock";
|
||||||
button.className += "mx_EventTile_expandButton";
|
button.className += "mx_EventTile_expandButton";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// By expanding/collapsing we changed
|
||||||
|
// the height, therefore we call this
|
||||||
|
this.props.onHeightChanged();
|
||||||
};
|
};
|
||||||
|
|
||||||
div.appendChild(button);
|
div.appendChild(button);
|
||||||
|
|
Loading…
Reference in a new issue