mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert web change
This commit is contained in:
parent
3ecbd3f434
commit
38a90e3987
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export function Article(props: ArticleProps): JSX.Element {
|
|||
|
||||
setReadingProgress(bottomProgress * 100)
|
||||
}
|
||||
}, 3500)
|
||||
}, 2500)
|
||||
|
||||
// Scroll to initial anchor position
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue