MCPcopy Create free account
hub / github.com/TruthHun/BookStack / updateSelection

Function updateSelection

static/mergely/lib/codemirror.js:2300–2302  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2298 // SELECTION DRAWING
2299
2300 function updateSelection(cm) {
2301 cm.display.input.showSelection(cm.display.input.prepareSelection());
2302 }
2303
2304 function prepareSelection(cm, primary) {
2305 var doc = cm.doc, result = {};

Callers 2

postUpdateDisplayFunction · 0.70
updateDisplaySimpleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected