(cm, range$$1)
| 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 |
no test coverage detected