Fix thumbnail rotation regression
This commit is contained in:
parent
1de3fae840
commit
3d523000b9
2 changed files with 18 additions and 13 deletions
|
@ -1370,7 +1370,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