mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Remove no longer needed hacks that enable spacebar scrolling in Firefox (issue 3498)
Now that [bug 915962](https://bugzilla.mozilla.org/show_bug.cgi?id=915962) has landed, we no longer need any hacks to enable <kbd>spacebar</kbd> scrolling in Firefox. Fixes 3498.
This commit is contained in:
parent
71ab5e5ac5
commit
10f134bcc2
2 changed files with 3 additions and 17 deletions
|
@ -622,10 +622,6 @@ var PDFViewer = (function pdfViewer() {
|
|||
this.container.focus();
|
||||
},
|
||||
|
||||
blur: function () {
|
||||
this.container.blur();
|
||||
},
|
||||
|
||||
get isInPresentationMode() {
|
||||
return this.presentationModeState === PresentationModeState.FULLSCREEN;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue