MCPcopy
hub / github.com/witheve/Eve / updateGutterSpace

Function updateGutterSpace

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

Source from the content-addressed store, hash-verified

326 }
327
328 function updateGutterSpace(cm) {
329 var width = cm.display.gutters.offsetWidth;
330 cm.display.sizer.style.marginLeft = width + "px";
331 }
332
333 // Compute the character length of a line, taking into account
334 // collapsed ranges (see markText) that might hide parts, and join

Callers 3

updateGuttersFunction · 0.85
codemirror.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected