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

Function guttersChanged

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

Source from the content-addressed store, hash-verified

303 }
304
305 function guttersChanged(cm) {
306 updateGutters(cm);
307 regChange(cm);
308 setTimeout(function(){alignHorizontally(cm);}, 20);
309 }
310
311 // Rebuild the gutter elements, ensure the margin to the left of the
312 // code matches their width.

Callers 1

codemirror.jsFile · 0.85

Calls 3

updateGuttersFunction · 0.85
regChangeFunction · 0.85
alignHorizontallyFunction · 0.85

Tested by

no test coverage detected