You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
forceupdate the whole scrollPanel rather than the geminiPanel at vdh's PR review request
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user