We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9455095 commit 570f144Copy full SHA for 570f144
web/pdf_viewer.js
@@ -662,7 +662,7 @@ var PDFViewer = (function pdfViewer() {
662
},
663
664
get isChangingPresentationMode() {
665
- return this.PresentationModeState === PresentationModeState.CHANGING;
+ return this.presentationModeState === PresentationModeState.CHANGING;
666
667
668
get isHorizontalScrollbarEnabled() {
0 commit comments