(listBlock: RenderedChildSetBlock, index: number, updateXY = true)
| 153 | |
| 154 | @action |
| 155 | placeCursor(listBlock: RenderedChildSetBlock, index: number, updateXY = true) { |
| 156 | this.cursor = listBlock.getCursorPosition(this.cursorMap, index) |
| 157 | this.placeCursorPosition(this.cursor, true, updateXY) |
| 158 | } |
| 159 | |
| 160 | placeCursorPosition(position: CursorPosition, isCursor: boolean, updateXY = true) { |
| 161 | if (isCursor) { |
no test coverage detected