Skip to content

Commit

Permalink
Allow recording position with users first page visit
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Oct 13, 2019
1 parent 0546162 commit 6df7af6
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 6df7af6

Please sign in to comment.