mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #8844 from overleaf/jpa-no-pdf-download-in-editor-only-mode
[web] do not download the pdf in editor only view mode GitOrigin-RevId: 7ae64bddfe385040c4d44c45dadf3358f89ddbd5
This commit is contained in:
committed by
Copybot
parent
696322b66d
commit
304a2e5d41
@@ -24,8 +24,7 @@ div.full-size(
|
||||
pdf-synctex-controls()
|
||||
|
||||
div.full-size(
|
||||
ng-if="ui.pdfLayout == 'flat'"
|
||||
ng-show="ui.view == 'pdf'"
|
||||
ng-if="ui.pdfLayout == 'flat' && ui.view == 'pdf'"
|
||||
)
|
||||
pdf-preview()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user