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

Function updateSelection

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

Source from the content-addressed store, hash-verified

3132 }
3133
3134 function updateSelection(cm) {
3135 cm.display.input.showSelection(cm.display.input.prepareSelection());
3136 }
3137
3138 function prepareSelection(cm, primary) {
3139 if ( primary === void 0 ) primary = true;

Callers 2

postUpdateDisplayFunction · 0.85
updateDisplaySimpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected