no need for forceUpdate here
This commit is contained in:
@@ -627,7 +627,7 @@ module.exports = React.createClass({
|
|||||||
_onHeightChanged: function() {
|
_onHeightChanged: function() {
|
||||||
const scrollPanel = this.refs.scrollPanel;
|
const scrollPanel = this.refs.scrollPanel;
|
||||||
if (scrollPanel) {
|
if (scrollPanel) {
|
||||||
scrollPanel.forceUpdate();
|
scrollPanel.checkScroll();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user