1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-27 04:21:52 +03:00
This commit is contained in:
Bruno Windels
2018-10-31 12:20:10 +01:00
parent 1948e9bc17
commit bd9c0dc6cf
4 changed files with 6 additions and 7 deletions

View File

@ -29,7 +29,7 @@ export default class MainSplit extends React.Component {
const classNames = {
handle: "mx_ResizeHandle",
vertical: "mx_ResizeHandle_vertical",
reverse: "mx_ResizeHandle_reverse"
reverse: "mx_ResizeHandle_reverse",
};
const resizer = new Resizer(
this.resizeContainer,
@ -89,4 +89,4 @@ export default class MainSplit extends React.Component {
</div>;
}
}
};
}