You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-29 21:23:11 +03:00
don't gutwrench
This commit is contained in:
@@ -1065,10 +1065,10 @@ export default React.createClass({
|
||||
// this if we are not scrolled up in the view. To find out, delegate to
|
||||
// the timeline panel. If the timeline panel doesn't exist, then we assume
|
||||
// it is safe to reset the timeline.
|
||||
if (!self._loggedInView || !self._loggedInView.child) {
|
||||
if (!self._loggedInView) {
|
||||
return true;
|
||||
}
|
||||
return self._loggedInView.child.canResetTimelineInRoom(roomId);
|
||||
return self._loggedInView.getDecoratedComponentInstance().canResetTimelineInRoom(roomId);
|
||||
});
|
||||
|
||||
cli.on('sync', function(state, prevState) {
|
||||
|
||||
Reference in New Issue
Block a user