mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
keep pages visible after a recompile until they are ready to rerender
This commit is contained in:
parent
c3569dd45f
commit
63ac1093bc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define [
|
|||
|
||||
App.controller 'pdfViewerController', ['$scope', '$q', '$timeout', 'PDFRenderer', '$element', 'pdfHighlights', 'pdfSpinner', ($scope, $q, $timeout, PDFRenderer, $element, pdfHighlights, pdfSpinner) ->
|
||||
@load = () ->
|
||||
$scope.pages = []
|
||||
# $scope.pages = []
|
||||
|
||||
$scope.document = new PDFRenderer($scope.pdfSrc, {
|
||||
scale: 1,
|
||||
|
|
Loading…
Reference in a new issue