Fixed list presenters not scrolling to top

This commit is contained in:
Marcin Kurczewski
2014-10-22 19:14:42 +02:00
parent 619a0c0cc4
commit eed2588eb7
4 changed files with 6 additions and 2 deletions

View File

@ -113,6 +113,7 @@ App.Presenters.PostListPresenter = function(
}
});
windowResized();
window.scrollTo(0, 0);
}
function shouldSkipPost(post) {