forceupdate the whole scrollPanel rather than the geminiPanel at vdh's PR review request
This commit is contained in:
parent
4abc5d0d36
commit
23d6edbf63
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ module.exports = React.createClass({
|
||||||
var scrollPanel = this.refs.scrollPanel;
|
var scrollPanel = this.refs.scrollPanel;
|
||||||
if (scrollPanel) {
|
if (scrollPanel) {
|
||||||
scrollPanel.checkScroll();
|
scrollPanel.checkScroll();
|
||||||
scrollPanel.refs.geminiPanel.forceUpdate();
|
scrollPanel.forceUpdate();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue