1 parent 58a1742 commit b68fa77Copy full SHA for b68fa77
1 file changed
src/pages/home/report/ReportActionsView.js
@@ -111,6 +111,7 @@ class ReportActionsView extends React.Component {
111
this.updateNewMarkerPosition = this.updateNewMarkerPosition.bind(this);
112
this.updateMessageCounterCount = this.updateMessageCounterCount.bind(this);
113
this.recordTimeToMeasureItemLayout = this.recordTimeToMeasureItemLayout.bind(this);
114
+ this.scrollToBottomAndUpdateLastRead = this.scrollToBottomAndUpdateLastRead.bind(this);
115
this.updateNewMarkerAndMarkReadOnce = _.once(this.updateNewMarkerAndMarkRead.bind(this));
116
}
117
0 commit comments