MCPcopy Create free account
hub / github.com/xerrors/Yuxi / getScrollState

Method getScrollState

web/src/utils/scrollController.js:170–176  ·  view source on GitHub ↗

* 获取滚动状态

()

Source from the content-addressed store, hash-verified

168 * 获取滚动状态
169 */
170 getScrollState() {
171 return {
172 isUserScrolling: this.isUserScrolling,
173 shouldAutoScroll: this.shouldAutoScroll,
174 isAtBottom: this.isAtBottom()
175 }
176 }
177
178 /**
179 * 清理定时器

Callers

nothing calls this directly

Calls 1

isAtBottomMethod · 0.95

Tested by

no test coverage detected