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

Function directionChanged

external/.scrollLibs.js:6598–6603  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

6596 }
6597
6598 function directionChanged(cm) {
6599 runInOp(cm, function () {
6600 setDirectionClass(cm)
6601 regChange(cm)
6602 })
6603 }
6604
6605 function History(startGen) {
6606 // Arrays of change events and selections. Doing something adds an

Callers 1

.scrollLibs.jsFile · 0.85

Calls 3

runInOpFunction · 0.85
setDirectionClassFunction · 0.85
regChangeFunction · 0.85

Tested by

no test coverage detected