Skip to content

Commit

Permalink
Fix: Ensure that annotation scale is never being set to auto (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Jul 11, 2017
1 parent 56e026a commit 9899f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/viewers/doc/DocBaseViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ const MOBILE_MAX_CANVAS_SIZE = 2949120; // ~3MP 1920x1536

// Set scale to current numerical scale & rendered page number
this.emit('scale', {
scale: this.pdfViewer.currentScaleValue,
scale: this.pdfViewer.currentScale,
pageNum: pageNumber
});

Expand Down

0 comments on commit 9899f94

Please sign in to comment.