mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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
|
i.synctex-control-icon
|
||||||
div.full-size(
|
div.full-size(
|
||||||
ng-if="ui.pdfLayout == 'flat'"
|
ng-if="ui.pdfLayout == 'flat' && ui.view == 'pdf'"
|
||||||
ng-show="ui.view == 'pdf'"
|
|
||||||
)
|
)
|
||||||
include ./pdf
|
include ./pdf
|
||||||
|
|
Loading…
Reference in a new issue