MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / directionChanged

Function directionChanged

lib/web/CodeMirror/src/model/document_data.js:106–111  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

104}
105
106export function directionChanged(cm) {
107 runInOp(cm, () => {
108 setDirectionClass(cm)
109 regChange(cm)
110 })
111}

Callers 1

Doc.jsFile · 0.90

Calls 3

runInOpFunction · 0.90
regChangeFunction · 0.90
setDirectionClassFunction · 0.70

Tested by

no test coverage detected