You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
create ResizeNotifier to derive which areas of the app resize and emit
This commit is contained in:
@@ -27,6 +27,7 @@ export default class MainSplit extends React.Component {
|
||||
|
||||
_onResized(size) {
|
||||
window.localStorage.setItem("mx_rhs_size", size);
|
||||
this.props.resizeNotifier.notifyRightHandleResized();
|
||||
}
|
||||
|
||||
_createResizer() {
|
||||
|
||||
Reference in New Issue
Block a user