mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use ng-if to switch between pdf and editor
This commit is contained in:
parent
752658f773
commit
d51549c4f0
1 changed files with 1 additions and 2 deletions
|
@ -102,7 +102,6 @@ div.full-size(
|
|||
)
|
||||
i.synctex-control-icon
|
||||
div.full-size(
|
||||
ng-if="ui.pdfLayout == 'flat'"
|
||||
ng-show="ui.view == 'pdf'"
|
||||
ng-if="ui.pdfLayout == 'flat' && ui.view == 'pdf'"
|
||||
)
|
||||
include ./pdf
|
||||
|
|
Loading…
Reference in a new issue