MCPcopy Index your code
hub / github.com/ollm/OpenComic / disableOnScroll

Function disableOnScroll

scripts/reading.js:3102–3106  ·  view source on GitHub ↗
(disable = true)

Source from the content-addressed store, hash-verified

3100var activeOnScroll = true;
3101
3102function disableOnScroll(disable = true)
3103{
3104 activeOnScroll = !disable;
3105 if(!disable) getPreviusContentSize();
3106}
3107
3108function setReadingDragScroll(dragScroll)
3109{

Callers 4

stayInLineFunction · 0.85
goToIndexFunction · 0.85
applyScaleFunction · 0.85
readFunction · 0.85

Calls 1

getPreviusContentSizeFunction · 0.85

Tested by

no test coverage detected