MCPcopy
hub / github.com/DHTMLX/gantt / updateGutters

Function updateGutters

samples/common/codehighlight/codemirror.js:4328–4332  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

4326 }
4327
4328 function updateGutters(cm) {
4329 renderGutters(cm.display);
4330 regChange(cm);
4331 alignHorizontally(cm);
4332 }
4333
4334 // The display handles the DOM integration, both for input reading
4335 // and content drawing. It holds references to DOM nodes and

Callers 1

defineOptionsFunction · 0.85

Calls 3

renderGuttersFunction · 0.85
regChangeFunction · 0.85
alignHorizontallyFunction · 0.85

Tested by

no test coverage detected