MCPcopy Create free account
hub / github.com/TruthHun/BookStack / paddingVert

Function paddingVert

static/mergely/lib/codemirror.js:2515–2515  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

2513
2514 function paddingTop(display) {return display.lineSpace.offsetTop;}
2515 function paddingVert(display) {return display.mover.offsetHeight - display.lineSpace.offsetHeight;}
2516 function paddingH(display) {
2517 if (display.cachedPaddingH) return display.cachedPaddingH;
2518 var e = removeChildrenAndAdd(display.measure, elt("pre", "x"));

Callers 3

measureForScrollbarsFunction · 0.70
postUpdateDisplayFunction · 0.70
calculateScrollPosFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected