1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00
Sunil.Belakeri 2017-02-07 13:24:22 +05:30
parent d6eeb2a458
commit dff2b040a0
2 changed files with 2 additions and 5 deletions

View file

@ -282,15 +282,12 @@ class DefaultViewManager {
this.scrollBy(this.layout.delta, 0);
} else if (left - this.layout.columnWidth === this.container.scrollWidth) {
this.scrollTo(this.container.scrollWidth - this.layout.delta, 0);
next = this.views.last().section.next();
} else {
next = this.views.last().section.next();
}
} else {
next = this.views.last().section.next();
}
if(next) {