diff --git a/addon/components/lt-body.js b/addon/components/lt-body.js index e09f61dd..bd85b911 100644 --- a/addon/components/lt-body.js +++ b/addon/components/lt-body.js @@ -487,6 +487,7 @@ export default Component.extend({ }, firstVisibleChanged(item, index /* , key */) { + this.sendAction('firstVisibleChanged', ...arguments); const estimateScrollOffset = index * this.get('sharedOptions.estimatedRowHeight'); this.sendAction('onScroll', estimateScrollOffset, null); },