MCPcopy Create free account
hub / github.com/breck7/scroll / reCheckSelection

Function reCheckSelection

external/.scrollLibs.js:6992–6994  ·  view source on GitHub ↗
(doc)

Source from the content-addressed store, hash-verified

6990 // Verify that the selection does not partially select any atomic
6991 // marked ranges.
6992 function reCheckSelection(doc) {
6993 setSelectionInner(doc, skipAtomicInSelection(doc, doc.sel, null, false))
6994 }
6995
6996 // Return a selection that does not partially select any atomic
6997 // ranges.

Callers 2

.scrollLibs.jsFile · 0.85
markTextFunction · 0.85

Calls 2

setSelectionInnerFunction · 0.85
skipAtomicInSelectionFunction · 0.85

Tested by

no test coverage detected