mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 08:00:03 +00:00
fix scope error in pdf viewer
This commit is contained in:
parent
887423f8d7
commit
823bdcf583
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define [
|
|||
# $scope.pages = []
|
||||
|
||||
$scope.document.destroy() if $scope.document?
|
||||
scope.loadCount = scope.loadCount? ? scope.loadCount + 1 : 1
|
||||
$scope.loadCount = $scope.loadCount? ? $scope.loadCount + 1 : 1
|
||||
# TODO need a proper url manipulation library to add to query string
|
||||
$scope.document = new PDFRenderer($scope.pdfSrc + '&pdfng=true' , {
|
||||
scale: 1,
|
||||
|
|
Loading…
Reference in a new issue