MCPcopy Index your code
hub / github.com/DHTMLX/gantt / paddingVert

Function paddingVert

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

Source from the content-addressed store, hash-verified

2298
2299 function paddingTop(display) {return display.lineSpace.offsetTop}
2300 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight}
2301 function paddingH(display) {
2302 if (display.cachedPaddingH) { return display.cachedPaddingH }
2303 var e = removeChildrenAndAdd(display.measure, elt("pre", "x", "CodeMirror-line-like"));

Callers 3

calculateScrollPosFunction · 0.85
measureForScrollbarsFunction · 0.85
postUpdateDisplayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected