commit
ae72d31329
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ export class PdfPlayer {
|
||||||
|
|
||||||
const percentageTicks = options.startPositionTicks / 10000;
|
const percentageTicks = options.startPositionTicks / 10000;
|
||||||
if (percentageTicks !== 0) {
|
if (percentageTicks !== 0) {
|
||||||
this.loadPage(percentageTicks);
|
this.loadPage(percentageTicks + 1);
|
||||||
this.progress = percentageTicks;
|
this.progress = percentageTicks;
|
||||||
} else {
|
} else {
|
||||||
this.loadPage(1);
|
this.loadPage(1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue