mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add tooltip to add comment indicator
This commit is contained in:
parent
107f86fb2b
commit
6ea61472ec
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@ script(type='text/ng-template', id='addCommentEntryTemplate')
|
|||
.rp-entry-indicator(
|
||||
ng-if="!commentState.adding"
|
||||
ng-click="startNewComment(); onIndicatorClick();"
|
||||
tooltip="Add a comment"
|
||||
tooltip-placement="right"
|
||||
tooltip-append-to-body="true"
|
||||
)
|
||||
i.fa.fa-commenting
|
||||
.rp-entry.rp-entry-add-comment(
|
||||
|
|
Loading…
Reference in a new issue