don't reset scroll position on page-first

This commit is contained in:
Jake McDermott 2018-06-19 09:35:21 -04:00
parent a6c4f15a86
commit 8f34725f7e
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -82,7 +82,6 @@ function first () {
return slide.getFirst()
.then(() => {
scroll.resetScrollPosition();
scroll.resume();
return $q.resolve();