always scroll to top on route change, except on back nav
This commit is contained in:
@ -225,7 +225,6 @@ export function ThreadRoute({ id }: { id?: string }) {
|
||||
|
||||
return (
|
||||
<ThreadContextWrapper link={link}>
|
||||
<ScrollToTop />
|
||||
<Thread />
|
||||
</ThreadContextWrapper>
|
||||
);
|
||||
|
Reference in New Issue
Block a user