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

Function scrollToRange

external/.scrollLibs.js:5001–5004  ·  view source on GitHub ↗
(cm, range$$1)

Source from the content-addressed store, hash-verified

4999 }
5000
5001 function scrollToRange(cm, range$$1) {
5002 resolveScrollToPos(cm)
5003 cm.curOp.scrollToPos = range$$1
5004 }
5005
5006 // When an operation has its scrollToPos property set, and another
5007 // scroll action is applied before the end of the operation, this

Callers 1

addEditorMethodsFunction · 0.85

Calls 1

resolveScrollToPosFunction · 0.85

Tested by

no test coverage detected