We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c14d71 commit 6ff9aa8Copy full SHA for 6ff9aa8
src/components/Topbar/index.tsx
@@ -31,6 +31,7 @@ export default function Topbar({ forwardedRef }: TopbarProps) {
31
32
const handleTitleClick = (event: MouseEvent<HTMLAnchorElement>) => {
33
event.preventDefault()
34
+ window.history.replaceState({}, '', window.location.pathname)
35
scrollToTop()
36
}
37
const handleHamburgerClick = () => toggleSidebar()
0 commit comments