()
| 33 | } |
| 34 | |
| 35 | refresh() { |
| 36 | this.pagesMatrix = new PagesMatrix(this.scroll) |
| 37 | this.checkSlideLoop() |
| 38 | this.currentPage = this.getAdjustedCurrentPage() |
| 39 | } |
| 40 | |
| 41 | getAdjustedCurrentPage(): Page { |
| 42 | let { pageX, pageY } = this.currentPage |
no test coverage detected