mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
animate-catalog
This commit is contained in:
@@ -26,7 +26,7 @@ const Catalog = ({ toc }) => {
|
||||
}
|
||||
}, [])
|
||||
|
||||
const throttleMs = 100
|
||||
const throttleMs = 200
|
||||
const actionSectionScrollSpy = React.useCallback(throttle(() => {
|
||||
const sections = document.getElementsByClassName('notion-h')
|
||||
let prevBBox = null
|
||||
|
||||
Reference in New Issue
Block a user