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

Function reCheckSelection

samples/common/codehighlight/codemirror.js:5140–5142  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

5138 // Verify that the selection does not partially select any atomic
5139 // marked ranges.
5140 function reCheckSelection(doc) {
5141 setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false));
5142 }
5143
5144 // Return a selection that does not partially select any atomic
5145 // ranges.

Callers 2

codemirror.jsFile · 0.85
markTextFunction · 0.85

Calls 2

setSelectionInnerFunction · 0.85
skipAtomicInSelectionFunction · 0.85

Tested by

no test coverage detected