Skip to content

Commit

Permalink
Update reset scroll position flag after doing the reset (#380)
Browse files Browse the repository at this point in the history
Should have been added with 3ad33b0
  • Loading branch information
schroda authored Jun 19, 2023
1 parent 79b5e69 commit f5a8c8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/SourceMangas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ export default function SourceMangas() {
}

window.scrollTo(0, 0);
setResetScrollPosition(false);
}, [resetScrollPosition]);

return (
Expand Down

0 comments on commit f5a8c8d

Please sign in to comment.