()
| 255 | } |
| 256 | |
| 257 | _handleHome() { |
| 258 | const homeEndRange = this._rowSize > 1 ? this._rowSize : this._getItems().length; |
| 259 | this._currentIndex -= this._currentIndex % homeEndRange; |
| 260 | } |
| 261 | |
| 262 | _handleEnd() { |
| 263 | const homeEndRange = this._rowSize > 1 ? this._rowSize : this._getItems().length; |