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

Function reCheckSelection

src/codemirror.js:2226–2228  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

2224 // Verify that the selection does not partially select any atomic
2225 // marked ranges.
2226 function reCheckSelection(doc) {
2227 setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false), sel_dontScroll);
2228 }
2229
2230 // Return a selection that does not partially select any atomic
2231 // ranges.

Callers 2

codemirror.jsFile · 0.85
markTextFunction · 0.85

Calls 2

setSelectionInnerFunction · 0.85
skipAtomicInSelectionFunction · 0.85

Tested by

no test coverage detected