You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
remove spurious debug
This commit is contained in:
@ -167,7 +167,6 @@ module.exports = React.createClass({
|
|||||||
// we don't need to forceUpdate ourselves here, but we do need to
|
// we don't need to forceUpdate ourselves here, but we do need to
|
||||||
// forceUpdate the scrollpanel, which will make the gemini panel update
|
// forceUpdate the scrollpanel, which will make the gemini panel update
|
||||||
// itself and trigger a scroll position check.
|
// itself and trigger a scroll position check.
|
||||||
console.log("MessagePanel.onResize");
|
|
||||||
this.refs.scrollPanel.forceUpdate();
|
this.refs.scrollPanel.forceUpdate();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user