MCPcopy Create free account
hub / github.com/breck7/scroll / scrollGap

Function scrollGap

external/.scrollLibs.js:3569–3571  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

3567 }
3568
3569 function scrollGap(cm) {
3570 return scrollerGap - cm.display.nativeBarWidth
3571 }
3572 function displayWidth(cm) {
3573 return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth
3574 }

Callers 8

displayWidthFunction · 0.85
displayHeightFunction · 0.85
maybeScrollWindowFunction · 0.85
measureForScrollbarsFunction · 0.85
endOperation_R2Function · 0.85
maybeClipScrollbarsFunction · 0.85
setDocumentHeightFunction · 0.85
addEditorMethodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected