mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Dont hide history entries while loading.
This commit is contained in:
parent
69e8eddff0
commit
d6ab993519
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ script(type="text/ng-template", id="historyEntriesListTpl")
|
|||
users="$ctrl.users"
|
||||
on-select="$ctrl.onEntrySelect({ selectedEntry: selectedEntry })"
|
||||
on-label-delete="$ctrl.onLabelDelete({ label: label })"
|
||||
ng-show="!$ctrl.isLoading"
|
||||
)
|
||||
.loading(ng-show="$ctrl.isLoading")
|
||||
i.fa.fa-spin.fa-refresh
|
||||
|
|
Loading…
Reference in a new issue