We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9b698 commit 9fddd8fCopy full SHA for 9fddd8f
src/addons/mod/lesson/components/index/addon-mod-lesson-index.html
@@ -193,9 +193,11 @@
193
</core-tab>
194
</core-tabs>
195
196
- <div collapsible-footer *ngIf="!showLoading" slot="fixed">
+ <div collapsible-footer *ngIf="!showLoading" slot="fixed" [ngClass]="{ 'ion-margin-bottom': showSpinner }">
197
<div class="list-item-limited-width" *ngIf="!canViewReports && ((lesson && !preventReasons.length) || retakeToReview)">
198
- <ng-container *ngTemplateOutlet="buttons" />
+ <core-loading [hideUntil]="!showSpinner">
199
+ <ng-container *ngTemplateOutlet="buttons" />
200
+ </core-loading>
201
</div>
202
203
<core-course-module-navigation [courseId]="courseId" [currentModuleId]="module.id" />
0 commit comments