MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / gutterChanged

Function gutterChanged

mini-code-edit/cm/lib/codemirror.js:1356–1361  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1354 startWorker();
1355 }
1356 function gutterChanged() {
1357 var visible = options.gutter || options.lineNumbers;
1358 gutter.style.display = visible ? "" : "none";
1359 if (visible) gutterDirty = true;
1360 else lineDiv.parentNode.style.marginLeft = 0;
1361 }
1362 function wrappingChanged(from, to) {
1363 if (options.lineWrapping) {
1364 wrapper.className += " CodeMirror-wrap";

Callers 1

CodeMirrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected