MCPcopy
hub / github.com/csev/py4e / paddingVert

Function paddingVert

tools/pythonauto/static/codemirrorepl/codemirror.js:1440–1440  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

1438
1439 function paddingTop(display) {return display.lineSpace.offsetTop;}
1440 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
1441 function paddingH(display) {
1442 if (display.cachedPaddingH) return display.cachedPaddingH;
1443 var e = removeChildrenAndAdd(display.measure, elt("pre", "x"));

Callers 2

measureForScrollbarsFunction · 0.70
calculateScrollPosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected