Merge pull request #4055 from Snuffleupagus/fix-thumbnail-rotation-regression
Fix thumbnail rotation regression
This commit is contained in:
commit
d005353115
2 changed files with 18 additions and 13 deletions
|
@ -1371,7 +1371,7 @@ var PDFView = {
|
|||
div.removeChild(div.lastChild);
|
||||
},
|
||||
|
||||
rotatePages: function pdfViewPageRotation(delta) {
|
||||
rotatePages: function pdfViewRotatePages(delta) {
|
||||
|
||||
this.pageRotation = (this.pageRotation + 360 + delta) % 360;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue