MCPcopy Create free account
hub / github.com/Tampermonkey/tampermonkey / paddingLeft

Function paddingLeft

src/cm/codemirror.js:1763–1763  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1761 }
1762 function paddingTop() {return lineSpace.offsetTop;}
1763 function paddingLeft() {return lineSpace.offsetLeft;}
1764
1765 function posFromMouse(e, liberal) {
1766 var offW = eltOffset(scroller, true), x, y;

Callers 2

CodeMirrorFunction · 0.85
calculateScrollPosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…