mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Hide chat in editor
This commit is contained in:
@@ -61,7 +61,7 @@ block content
|
||||
include ./editor/track-changes
|
||||
|
||||
.ui-layout-east
|
||||
include ./editor/chat
|
||||
//- include ./editor/chat
|
||||
|
||||
script(type="text/ng-template", id="genericMessageModalTemplate")
|
||||
.modal-header
|
||||
|
||||
@@ -50,12 +50,12 @@ header.toolbar.toolbar-header(ng-cloak, ng-hide="state.loading")
|
||||
tooltip-placement="bottom"
|
||||
)
|
||||
i.fa.fa-fw.fa-history
|
||||
a.btn.btn-full-height(
|
||||
href,
|
||||
tooltip="Chat",
|
||||
tooltip-placement="bottom",
|
||||
ng-class="{ active: ui.chatOpen }",
|
||||
ng-click="toggleChat()",
|
||||
ng-controller="ChatButtonController"
|
||||
)
|
||||
i.fa.fa-fw.fa-comment
|
||||
//- a.btn.btn-full-height(
|
||||
//- href,
|
||||
//- tooltip="Chat",
|
||||
//- tooltip-placement="bottom",
|
||||
//- ng-class="{ active: ui.chatOpen }",
|
||||
//- ng-click="toggleChat()",
|
||||
//- ng-controller="ChatButtonController"
|
||||
//- )
|
||||
//- i.fa.fa-fw.fa-comment
|
||||
Reference in New Issue
Block a user