Skip to content

Commit

Permalink
fix(lt-infinity): set default scroll buffer to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 22, 2018
1 parent 35c8993 commit 2cc88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/lt-infinity.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default Component.extend(InViewportMixin, {
layout,

rows: null,
scrollBuffer: null,
scrollBuffer: 0,

didInsertElement() {
this._super(...arguments);
Expand Down

0 comments on commit 2cc88ba

Please sign in to comment.