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

Function scrollToRange

lib/web/CodeMirror/src/display/scrolling.js:130–133  ·  view source on GitHub ↗
(cm, range)

Source from the content-addressed store, hash-verified

128}
129
130export function scrollToRange(cm, range) {
131 resolveScrollToPos(cm)
132 cm.curOp.scrollToPos = range
133}
134
135// When an operation has its scrollToPos property set, and another
136// scroll action is applied before the end of the operation, this

Callers 1

methods.jsFile · 0.90

Calls 1

resolveScrollToPosFunction · 0.70

Tested by

no test coverage detected