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:
@ -78,6 +78,7 @@ App.Presenters.UserListPresenter = function(
|
||||
$target.append($item);
|
||||
});
|
||||
_.map(_.map($target.find('img'), jQuery), util.loadImagesNicely);
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user