fix: 修复锚点滚动回显的问题 (#3519)

This commit is contained in:
chenxi-20 2025-06-23 09:04:43 +08:00 committed by GitHub
parent 6f22da1cd7
commit 3925f10bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export const handleScroll = (state: IAnchorRenderlessParams['state']) => () => {
state.scrollTimer = window.setTimeout(() => {
state.isScroll = false
clearTimeout(state.scrollTimer)
}, 200)
}, 300)
}
// 设置滚动偏移量