mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed list presenters not scrolling to top
This commit is contained in:
@ -113,6 +113,7 @@ App.Presenters.PostListPresenter = function(
|
||||
}
|
||||
});
|
||||
windowResized();
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
function shouldSkipPost(post) {
|
||||
|
Reference in New Issue
Block a user