diff options
author | crupest <crupest@outlook.com> | 2022-05-01 21:30:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-01 21:30:31 +0800 |
commit | 3f07b047df4d66f83047a5bb747c0a1665bceb6c (patch) | |
tree | 95f2a8814806cdefd9b42b72aea39dd4b39db434 /FrontEnd/src/views/timeline/index.tsx | |
parent | f15f883198226a146113f82b3d7ca4864f3aa58b (diff) | |
download | timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.tar.gz timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.tar.bz2 timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.zip |
...
Diffstat (limited to 'FrontEnd/src/views/timeline/index.tsx')
-rw-r--r-- | FrontEnd/src/views/timeline/index.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
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 ( <div className="container"> <Timeline timelineOwner={owner} timelineName={timeline} /> |