From 3f07b047df4d66f83047a5bb747c0a1665bceb6c Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 1 May 2022 21:30:31 +0800 Subject: ... --- FrontEnd/src/views/timeline/index.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'FrontEnd/src/views/timeline/index.tsx') diff --git a/FrontEnd/src/views/timeline/index.tsx b/FrontEnd/src/views/timeline/index.tsx index 131c38c7..cb9fb46f 100644 --- a/FrontEnd/src/views/timeline/index.tsx +++ b/FrontEnd/src/views/timeline/index.tsx @@ -3,8 +3,6 @@ import { useParams } from "react-router-dom"; import { UiLogicError } from "@/common"; -import { useReverseScrollPositionRemember } from "@/utilities/hooks"; - import Timeline from "./Timeline"; const TimelinePage: React.FC = () => { @@ -15,8 +13,6 @@ const TimelinePage: React.FC = () => { const timeline = timelineNameParam || "self"; - useReverseScrollPositionRemember(); - return (
-- cgit v1.2.3