* Handles the onscroll event for the vend element.
()
| 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. |
nothing calls this directly
no test coverage detected