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

Function onscrollHEnd

src/lib/editorManager.js:2562–2567  ·  view source on GitHub ↗

* Handles the event when the horizontal scrollbar reaches the end.

()

Source from the content-addressed store, hash-verified

2560 * Handles the event when the horizontal scrollbar reaches the end.
2561 */
2562 function onscrollHEnd() {
2563 suppressCursorReveal(1200);
2564 lockScrollbarScrollPosition({ left: editor?.scrollDOM?.scrollLeft }, 1200);
2565 preventScrollbarH = false;
2566 setHScrollValue();
2567 }
2568
2569 /**
2570 * Sets scrollbars value based on the editor's scroll position.

Callers

nothing calls this directly

Calls 3

suppressCursorRevealFunction · 0.85
setHScrollValueFunction · 0.85

Tested by

no test coverage detected