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

Method getContainer

web/src/utils/scrollController.js:29–31  ·  view source on GitHub ↗

* 获取滚动容器 * @returns {Element|null}

()

Source from the content-addressed store, hash-verified

27 * @returns {Element|null}
28 */
29 getContainer() {
30 return document.querySelector(this.containerSelector)
31 }
32
33 /**
34 * 检查是否在底部

Callers 3

isAtBottomMethod · 0.95
scrollToBottomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected