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.
2 parents 890b1e9 + 9fddd8f commit 9ee4968Copy full SHA for 9ee4968
src/addons/mod/lesson/components/index/addon-mod-lesson-index.html
@@ -200,9 +200,11 @@
200
</core-tab>
201
</core-tabs>
202
203
- <div collapsible-footer *ngIf="!showLoading" slot="fixed">
+ <div collapsible-footer *ngIf="!showLoading" slot="fixed" [ngClass]="{ 'ion-margin-bottom': showSpinner }">
204
<div class="list-item-limited-width" *ngIf="!canViewReports && ((lesson && !preventReasons.length) || retakeToReview)">
205
- <ng-container *ngTemplateOutlet="buttons" />
+ <core-loading [hideUntil]="!showSpinner">
206
+ <ng-container *ngTemplateOutlet="buttons" />
207
+ </core-loading>
208
</div>
209
210
<core-course-module-navigation [courseId]="courseId" [currentModuleId]="module.id" />
0 commit comments