diff --git a/src/screens/SourceMangas.tsx b/src/screens/SourceMangas.tsx index 5b8aa83d..59c207be 100644 --- a/src/screens/SourceMangas.tsx +++ b/src/screens/SourceMangas.tsx @@ -286,6 +286,10 @@ export default function SourceMangas() { ); }, [t, source]); + useEffect(() => { + window.scrollTo(0, 0); + }, [contentType]); + return (