Scroll the Thumbnail of the current page into view when exiting fullscreen mode

This commit is contained in:
Jonas 2013-03-10 13:56:24 +01:00
parent 0ebe91c50b
commit 82b588389f

View File

@ -1730,6 +1730,10 @@ var PDFView = {
this.page = this.page;
this.clearMouseScrollState();
this.hidePresentationControls();
// Ensure that the thumbnail of the current page is visible
// when exiting fullscreen mode.
scrollIntoView(document.getElementById('thumbnailContainer' + this.page));
},
showPresentationControls: function pdfViewShowPresentationControls() {