mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 12:51:49 +00: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"
|
users="$ctrl.users"
|
||||||
on-select="$ctrl.onEntrySelect({ selectedEntry: selectedEntry })"
|
on-select="$ctrl.onEntrySelect({ selectedEntry: selectedEntry })"
|
||||||
on-label-delete="$ctrl.onLabelDelete({ label: label })"
|
on-label-delete="$ctrl.onLabelDelete({ label: label })"
|
||||||
ng-show="!$ctrl.isLoading"
|
|
||||||
)
|
)
|
||||||
.loading(ng-show="$ctrl.isLoading")
|
.loading(ng-show="$ctrl.isLoading")
|
||||||
i.fa.fa-spin.fa-refresh
|
i.fa.fa-spin.fa-refresh
|
||||||
|
|
Loading…
Reference in a new issue