Commit 09f66ac7 by Lynette Lizardo

fix next and previous image bug

parent 408f4565
......@@ -126,7 +126,7 @@ export class ImageViewer {
//reset the page displayed, display the first page
if (object !== null && object instanceof PDFDocument) {
object.canvas.id = this.currentImageID;
//object.canvas.id = this.currentImageID;
this.currentImageObject.queueRenderPage(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment