Skip to content

Commit

Permalink
accidently left debug option on
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Mar 22, 2024
1 parent e87c515 commit 3993555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 10.0.1

- Turn off debugging

## 10.0.0

- Allow scrolling up to trigger a load more action
Expand Down
2 changes: 1 addition & 1 deletion addon/components/infinite-scroller.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class InfiniteScrollerComponent extends Component {
@tracked scrollState = {};
@tracked lastScrollState = {};

debug = true;
debug = false;
scroller;
debounceId;

Expand Down

0 comments on commit 3993555

Please sign in to comment.