MCPcopy Index your code
hub / github.com/DHTMLX/gantt / updateGutterSpace

Function updateGutterSpace

samples/common/codehighlight/codemirror.js:4236–4241  ·  view source on GitHub ↗
(display)

Source from the content-addressed store, hash-verified

4234 }
4235
4236 function updateGutterSpace(display) {
4237 var width = display.gutters.offsetWidth;
4238 display.sizer.style.marginLeft = width + "px";
4239 // Send an event to consumers responding to changes in gutter width.
4240 signalLater(display, "gutterChanged", display);
4241 }
4242
4243 function setDocumentHeight(cm, measure) {
4244 cm.display.sizer.style.minHeight = measure.docHeight + "px";

Callers 3

renderGuttersFunction · 0.85
addEditorMethodsFunction · 0.85

Calls 1

signalLaterFunction · 0.85

Tested by

no test coverage detected