|
|
@ -230,7 +230,7 @@ class PDFPageView { |
|
|
|
}); |
|
|
|
}); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if (!this.zoomLayer) { |
|
|
|
if (!this.zoomLayer && !this.canvas.hasAttribute('hidden')) { |
|
|
|
this.zoomLayer = this.canvas.parentNode; |
|
|
|
this.zoomLayer = this.canvas.parentNode; |
|
|
|
this.zoomLayer.style.position = 'absolute'; |
|
|
|
this.zoomLayer.style.position = 'absolute'; |
|
|
|
} |
|
|
|
} |
|
|
|