mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Use single rich text include instead of split toolbar & body includes
This commit is contained in:
parent
6db3bf59a6
commit
c6d2b4f1e7
1 changed files with 1 additions and 3 deletions
|
@ -33,7 +33,7 @@ div.full-size(
|
||||||
i.fa.fa-arrow-left
|
i.fa.fa-arrow-left
|
||||||
| #{translate("open_a_file_on_the_left")}
|
| #{translate("open_a_file_on_the_left")}
|
||||||
|
|
||||||
!= moduleIncludes('editor:toolbar', locals)
|
!= moduleIncludes('editor:main', locals)
|
||||||
|
|
||||||
#editor(
|
#editor(
|
||||||
ace-editor="editor",
|
ace-editor="editor",
|
||||||
|
@ -73,8 +73,6 @@ div.full-size(
|
||||||
line-height="settings.lineHeight || ui.defaultLineHeight"
|
line-height="settings.lineHeight || ui.defaultLineHeight"
|
||||||
)
|
)
|
||||||
|
|
||||||
!= moduleIncludes('editor:body', locals)
|
|
||||||
|
|
||||||
include ./review-panel
|
include ./review-panel
|
||||||
|
|
||||||
.ui-layout-east
|
.ui-layout-east
|
||||||
|
|
Loading…
Reference in a new issue