give more time to scroll on prod

This commit is contained in:
Ryan Haskell-Glatz 2021-05-02 10:49:19 -05:00
parent f183a1fa21
commit 464d5d215b

View File

@ -14,7 +14,7 @@ const scrollToHash = () => {
}
app.ports.onUrlChange.subscribe(_ => setTimeout(scrollToHash, 400))
setTimeout(scrollToHash, 200)
setTimeout(scrollToHash, 400)
// Quick search shortcut (/)
window.addEventListener('keypress', (e) => {