Skip to content

Commit

Permalink
Allow recording position with users first page visit (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer authored Oct 13, 2019
1 parent 0546162 commit 47a8476
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ let RouterScrollMixin = Mixin.create({

if (get(this, 'service.isFirstLoad')) {
get(this, 'service').unsetFirstLoad();
return;
}

let scrollPosition;
Expand Down

0 comments on commit 47a8476

Please sign in to comment.