MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / reCheckSelection

Function reCheckSelection

static/js/codemirror/codemirror.js:2354–2356  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

2352 }
2353
2354 function reCheckSelection(cm) {
2355 setSelection(cm.doc, cm.doc.sel.from, cm.doc.sel.to, null, "push");
2356 }
2357
2358 function skipAtomic(doc, pos, bias, mayClear) {
2359 var flipped = false, curPos = pos;

Callers 2

codemirror.jsFile · 0.85
markTextFunction · 0.85

Calls 1

setSelectionFunction · 0.85

Tested by

no test coverage detected