mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Don't show 'no comments' when submitting
This commit is contained in:
parent
f9ba7392e9
commit
798e09f011
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ script(type='text/ng-template', id='commentEntryTemplate')
|
|||
ng-class="{ 'rp-entry-focused': entry.focused, 'rp-entry-comment-resolving': state.animating }"
|
||||
)
|
||||
|
||||
.rp-loading(ng-if="!threads[entry.thread_id] || threads[entry.thread_id].messages.length == 0")
|
||||
.rp-loading(ng-if="!threads[entry.thread_id].submitting && (!threads[entry.thread_id] || threads[entry.thread_id].messages.length == 0)")
|
||||
| No comments
|
||||
div
|
||||
.rp-comment(
|
||||
|
|
Loading…
Reference in a new issue