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
@@ -1227,6 +1227,7 @@ var TimelinePanel = React.createClass({
alwaysShowTimestamps={this.state.alwaysShowTimestamps}
className={this.props.className}
tileShape={this.props.tileShape}
resizeNotifier={this.props.resizeNotifier}
/>
);
},