MOBILE-3833 glossary: Do not infinite loading if not searched yet
parent
676a35f23d
commit
c10db2e1f9
|
@ -69,7 +69,8 @@
|
|||
[message]="'addon.mod_glossary.noentriesfound' | translate">
|
||||
</core-empty-box>
|
||||
|
||||
<core-infinite-loading [enabled]="entries && !entries.completed" [error]="loadMoreError" (action)="loadMoreEntries($event)">
|
||||
<core-infinite-loading [enabled]="entries && !entries.completed && (!isSearch || hasSearched)" [error]="loadMoreError"
|
||||
(action)="loadMoreEntries($event)">
|
||||
</core-infinite-loading>
|
||||
</core-loading>
|
||||
|
||||
|
|
Loading…
Reference in New Issue