apparently we don't need this. i'm lost now

This commit is contained in:
Matthew Hodgson 2016-04-11 17:32:10 +01:00
parent 6c372d37f7
commit 8e48bed346

View file

@ -404,7 +404,6 @@ module.exports = React.createClass({
_onWidgetLoad: function() { _onWidgetLoad: function() {
var scrollPanel = this.refs.scrollPanel; var scrollPanel = this.refs.scrollPanel;
if (scrollPanel) { if (scrollPanel) {
scrollPanel.checkScroll();
scrollPanel.forceUpdate(); scrollPanel.forceUpdate();
} }
}, },