|
|
@ -397,8 +397,8 @@ var PDFView = { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
get isHorizontalScrollbarEnabled() { |
|
|
|
get isHorizontalScrollbarEnabled() { |
|
|
|
var div = document.getElementById('viewerContainer'); |
|
|
|
return (PresentationMode.active ? false : |
|
|
|
return div.scrollWidth > div.clientWidth; |
|
|
|
(this.container.scrollWidth > this.container.clientWidth)); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
initPassiveLoading: function pdfViewInitPassiveLoading() { |
|
|
|
initPassiveLoading: function pdfViewInitPassiveLoading() { |
|
|
|