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

Function updateSelection

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

Source from the content-addressed store, hash-verified

2305 // SELECTION DRAWING
2306
2307 function updateSelection(cm) {
2308 cm.display.input.showSelection(cm.display.input.prepareSelection());
2309 }
2310
2311 function prepareSelection(cm, primary) {
2312 var doc = cm.doc, result = {};

Callers 2

postUpdateDisplayFunction · 0.85
updateDisplaySimpleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected