(cm, range)
| 128 | } |
| 129 | |
| 130 | export 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 |
no test coverage detected