MCPcopy Index your code
hub / github.com/DHTMLX/gantt / scrollToRange

Function scrollToRange

samples/common/codehighlight/codemirror.js:3522–3525  ·  view source on GitHub ↗
(cm, range)

Source from the content-addressed store, hash-verified

3520 }
3521
3522 function scrollToRange(cm, range) {
3523 resolveScrollToPos(cm);
3524 cm.curOp.scrollToPos = range;
3525 }
3526
3527 // When an operation has its scrollToPos property set, and another
3528 // 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