mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 18:44:50 +00:00
Fix comments in overview panel
This commit is contained in:
parent
beb94b0756
commit
cb24e9390a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
div(ng-if="entry.type === 'comment'")
|
div(ng-if="entry.type === 'comment'")
|
||||||
comment-entry(
|
comment-entry(
|
||||||
entry="entry"
|
entry="entry"
|
||||||
users="users"
|
threads="reviewPanel.commentThreads"
|
||||||
on-reply="submitReply(entry, entry_id);"
|
on-reply="submitReply(entry, entry_id);"
|
||||||
on-indicator-click="toggleReviewPanel();"
|
on-indicator-click="toggleReviewPanel();"
|
||||||
ng-click="gotoEntry(doc_id, entry)"
|
ng-click="gotoEntry(doc_id, entry)"
|
||||||
|
|
Loading…
Reference in a new issue