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 9ecf908 + 2a7ca66 commit 4967a1dCopy full SHA for 4967a1d
src/addon/mod/book/components/index/addon-mod-book-index.html
@@ -1,6 +1,6 @@
1
<!-- Buttons to add to the header. -->
2
<core-navbar-buttons end>
3
- <button ion-button icon-only (click)="showToc($event)" [attr.aria-label]="'addon.mod_book.toc' | translate" aria-haspopup="true">
+ <button ion-button icon-only (click)="showToc($event)" [attr.aria-label]="'addon.mod_book.toc' | translate" aria-haspopup="true" *ngIf="loaded">
4
<ion-icon name="bookmark"></ion-icon>
5
</button>
6
<core-context-menu>
0 commit comments