Skip to content

Commit

Permalink
fix(lt-infinity): disable intersection observer
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 22, 2018
1 parent 88f779b commit 0797253
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/components/lt-infinity.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default Component.extend(InViewportMixin, {

this.setProperties({
viewportSpy: true,
viewportUseIntersectionObserver: false,
viewportTolerance: {
left: width,
right: width,
Expand Down

0 comments on commit 0797253

Please sign in to comment.