Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ cleanup
Method
cleanup
web/src/utils/scrollController.js:181–186 ·
view source on GitHub ↗
* 清理定时器
()
Source
from the content-addressed store, hash-verified
179
* 清理定时器
180
*/
181
cleanup() {
182
if
(this.scrollTimer) {
183
clearTimeout(this.scrollTimer)
184
this.scrollTimer = null
185
}
186
}
187
188
/**
189
* 重置滚动状态
Callers
1
reset
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected