MCPcopy Index your code
hub / github.com/iChochy/NCE / resetUnitListScroll

Method resetUnitListScroll

js/ReadingSystem.js:234–239  ·  view source on GitHub ↗

* 重置单元列表滚动位置

()

Source from the content-addressed store, hash-verified

232 * 重置单元列表滚动位置
233 */
234 resetUnitListScroll() {
235 const scrollContainer = this.dom.unitList?.closest('.unit-list');
236 if (scrollContainer) {
237 scrollContainer.scrollTop = 0;
238 }
239 }
240
241 // =========================================================================
242 // 单元管理

Callers 2

applyBookChangeMethod · 0.95
renderEmptyStateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected