mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8849 from overleaf/revert-8844-jpa-no-pdf-download-in-editor-only-mode
Revert "[web] do not download the pdf in editor only view mode" GitOrigin-RevId: bed7aae2df8d42e117b43ccd600edd9b2ff2e5c5
This commit is contained in:
parent
638c973ac2
commit
1787026eac
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ div.full-size(
|
|||
pdf-synctex-controls()
|
||||
|
||||
div.full-size(
|
||||
ng-if="ui.pdfLayout == 'flat' && ui.view == 'pdf'"
|
||||
ng-if="ui.pdfLayout == 'flat'"
|
||||
ng-show="ui.view == 'pdf'"
|
||||
)
|
||||
pdf-preview()
|
||||
|
||||
|
|
Loading…
Reference in a new issue