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

Function createScrollController

web/src/utils/scrollController.js:202–204  ·  view source on GitHub ↗
(containerSelector, options)

Source from the content-addressed store, hash-verified

200 * 创建默认的滚动控制器实例
201 */
202export const createScrollController = (containerSelector, options) => {
203 return new ScrollController(containerSelector, options)
204}
205
206export default ScrollController

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected