mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix checkScroll after image load
Make the onImageLoad handler call checkScroll on the right thing. This was originally done in commit 99d2392, but got broken in the Great RoomView Refactor of February 2016.
This commit is contained in:
parent
606fdcb8df
commit
6e23623c28
@ -331,7 +331,7 @@ module.exports = React.createClass({
|
||||
// once images in the events load, make the scrollPanel check the
|
||||
// scroll offsets.
|
||||
_onImageLoad: function() {
|
||||
var scrollPanel = this.refs.messagePanel;
|
||||
var scrollPanel = this.refs.scrollPanel;
|
||||
if (scrollPanel) {
|
||||
scrollPanel.checkScroll();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user