MCPcopy
hub / github.com/DHTMLX/gantt / scrollGap

Function scrollGap

samples/common/codehighlight/codemirror.js:2310–2310  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2308 }
2309
2310 function scrollGap(cm) { return scrollerGap - cm.display.nativeBarWidth }
2311 function displayWidth(cm) {
2312 return cm.display.scroller.clientWidth - scrollGap(cm) - cm.display.barWidth
2313 }

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