create ResizeNotifier to derive which areas of the app resize and emit
This commit is contained in:
@@ -1227,6 +1227,7 @@ var TimelinePanel = React.createClass({
|
||||
alwaysShowTimestamps={this.state.alwaysShowTimestamps}
|
||||
className={this.props.className}
|
||||
tileShape={this.props.tileShape}
|
||||
resizeNotifier={this.props.resizeNotifier}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user