mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:53:18 +00:00
do not render offscreen pdf pages yet
they cause a delay without a visible spinner
This commit is contained in:
parent
f510c5d19f
commit
4ab0f00b8d
1 changed files with 2 additions and 2 deletions
|
@ -240,8 +240,8 @@ define [
|
|||
# console.log 'layoutReady was resolved'
|
||||
|
||||
renderVisiblePages = () ->
|
||||
visiblePages = getVisiblePages()
|
||||
pages = getExtraPages visiblePages
|
||||
pages = getVisiblePages()
|
||||
# pages = getExtraPages visiblePages
|
||||
scope.document.renderPages(pages)
|
||||
|
||||
getVisiblePages = () ->
|
||||
|
|
Loading…
Reference in a new issue