mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
prerender offscreen pages
This commit is contained in:
parent
6b2a11a4d4
commit
8c81f0a9ff
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ define [
|
|||
|
||||
renderVisiblePages = () ->
|
||||
pages = getVisiblePages()
|
||||
# pages = getExtraPages visiblePages
|
||||
pages = getExtraPages visiblePages
|
||||
scope.document.renderPages(pages)
|
||||
|
||||
getVisiblePages = () ->
|
||||
|
|
Loading…
Reference in a new issue