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:
Shane Kilkelly 2020-07-30 09:22:51 +01:00 committed by Copybot
parent b982493e08
commit 86655aa4e6

View file

@ -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"