Skip to content

Commit

Permalink
Merge a326fe3 into 6a228f5
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakhtar committed Jul 17, 2020
2 parents 6a228f5 + a326fe3 commit 45de392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whenInViewport.js
Expand Up @@ -186,7 +186,7 @@

if (scrollOffset + windowHeight >= item.topOffset - item.threshold) {

this.removeItem(item);
//this.removeItem(item);
item.callback.call(item.context || window, item.element);

}
Expand Down

0 comments on commit 45de392

Please sign in to comment.