()
| 260 | } |
| 261 | |
| 262 | _handleEnd() { |
| 263 | const homeEndRange = this._rowSize > 1 ? this._rowSize : this._getItems().length; |
| 264 | this._currentIndex += (homeEndRange - 1 - this._currentIndex % homeEndRange); // eslint-disable-line |
| 265 | } |
| 266 | |
| 267 | _handlePageUp() { |
| 268 | if (this._rowSize > 1) { |