|
|
@ -203,7 +203,7 @@ var ThumbnailView = function thumbnailView(container, id, defaultViewport, |
|
|
|
if (this.hasImage || !img) { |
|
|
|
if (this.hasImage || !img) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (this.pdfPage) { |
|
|
|
if (!this.pdfPage) { |
|
|
|
this.setPdfPage(pageView.pdfPage); |
|
|
|
this.setPdfPage(pageView.pdfPage); |
|
|
|
} |
|
|
|
} |
|
|
|
this.renderingState = RenderingStates.FINISHED; |
|
|
|
this.renderingState = RenderingStates.FINISHED; |
|
|
|