create ResizeNotifier to derive which areas of the app resize and emit

This commit is contained in:
Bruno Windels
2019-03-12 18:34:06 +01:00
parent 27070b3149
commit 735b4f6fcf
10 changed files with 75 additions and 6 deletions
+1
View File
@@ -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() {