MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / setScrollTop

Method setScrollTop

src/pages/quickTools/quickTools.js:64–68  ·  view source on GitHub ↗
(scrollTop)

Source from the content-addressed store, hash-verified

62 }
63
64 setScrollTop(scrollTop) {
65 if (this.availableSection) {
66 this.availableSection.scrollTop = scrollTop;
67 }
68 }
69
70 render() {
71 this.destroy(); // Cleanup potential drag states before re-rendering

Callers 1

QuickToolsFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected