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

Function onscrollVend

src/lib/editorManager.js:2535–2540  ·  view source on GitHub ↗

* Handles the onscroll event for the vend element.

()

Source from the content-addressed store, hash-verified

2533 * Handles the onscroll event for the vend element.
2534 */
2535 function onscrollVend() {
2536 suppressCursorReveal(1200);
2537 lockScrollbarScrollPosition({ top: editor?.scrollDOM?.scrollTop }, 1200);
2538 preventScrollbarV = false;
2539 setVScrollValue();
2540 }
2541
2542 /**
2543 * Sets the horizontal scroll value of the editor. This is called when the editor is scrolled vertically using the scrollbar.

Callers

nothing calls this directly

Calls 3

suppressCursorRevealFunction · 0.85
setVScrollValueFunction · 0.85

Tested by

no test coverage detected