Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ reset
Method
reset
web/src/utils/scrollController.js:191–196 ·
view source on GitHub ↗
* 重置滚动状态
()
Source
from the content-addressed store, hash-verified
189
* 重置滚动状态
190
*/
191
reset() {
192
this.cleanup()
193
this.isUserScrolling = false
194
this.shouldAutoScroll = true
195
this.isProgrammaticScroll = false
196
}
197
}
198
199
/**
Callers
1
logout
Function · 0.45
Calls
1
cleanup
Method · 0.95
Tested by
no test coverage detected