diff --git a/src/components/MangaGrid.tsx b/src/components/MangaGrid.tsx index 524fa26e..354775dd 100644 --- a/src/components/MangaGrid.tsx +++ b/src/components/MangaGrid.tsx @@ -103,7 +103,7 @@ const VerticalGrid = ({ ); }, 250); }; - useEffect(() => clearTimeout(persistGridStateTimeout.current), []); + useEffect(() => clearTimeout(persistGridStateTimeout.current), [location.key, persistGridStateTimeout.current]); return ( <>