You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
@@ -147,10 +147,6 @@ export default class TextualBody extends React.Component {
|
||||
pre.className = "mx_EventTile_collapsedCodeBlock";
|
||||
button.className += "mx_EventTile_expandButton";
|
||||
}
|
||||
/* Now we need to rerender the MessagePanel because the
|
||||
* content's size has changed. Otherwise scrolling could
|
||||
* get broken */
|
||||
dis.dispatch({action: "rerender_MessagePanel"});
|
||||
};
|
||||
|
||||
div.appendChild(button);
|
||||
|
||||
Reference in New Issue
Block a user