mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3065 from overleaf/sk-sp-fix-toggle-bar
Show blank toolbar when rich-text is missing GitOrigin-RevId: 86033df701b7a7af76400397cc895c66143a2cbe
This commit is contained in:
parent
b982493e08
commit
86655aa4e6
1 changed files with 4 additions and 1 deletions
|
@ -37,7 +37,10 @@ div.full-size(
|
|||
i.fa.fa-arrow-left
|
||||
| #{translate("open_a_file_on_the_left")}
|
||||
|
||||
!= moduleIncludes('editor:main', locals)
|
||||
if moduleIncludesAvailable('editor:main')
|
||||
!= moduleIncludes('editor:main', locals)
|
||||
else
|
||||
.toolbar.toolbar-editor
|
||||
|
||||
.multi-selection-ongoing(
|
||||
ng-show="multiSelectedCount > 0"
|
||||
|
|
Loading…
Reference in a new issue