Skip to content

Commit 47a8476

Browse files
authored
Allow recording position with users first page visit (#225)
1 parent 0546162 commit 47a8476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

addon/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ let RouterScrollMixin = Mixin.create({
9696

9797
if (get(this, 'service.isFirstLoad')) {
9898
get(this, 'service').unsetFirstLoad();
99-
return;
10099
}
101100

102101
let scrollPosition;

0 commit comments

Comments
 (0)