]> _ Git - fluidbook-html5.git/commitdiff
wait #4808 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Oct 2021 13:31:53 +0000 (15:31 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 20 Oct 2021 13:33:47 +0000 (15:33 +0200)
js/libs/fluidbook/menu/fluidbook.chapters.js

index 9dabd47990e5e5264fb889c6a31cd914223b04ef..dc17097aa803a867ca0d003d67ca9b86c57961fb 100644 (file)
@@ -3,7 +3,7 @@ function FluidbookChapters(fluidbook, chapters) {
     this.chapters = chapters;
     this.style = 'classic';
     this.cascade = this.fluidbook.settings.chaptersCascade;
-    this.indent = !this.cascade && this.fluidbook.settings.chaptersIndent;
+    this.indent = this.fluidbook.settings.chaptersIndent;
     this.cascadeEventsInited = false;
     if (this.fluidbook.settings.mobileChaptersStyle) {
         this.style = this.fluidbook.settings.mobileChaptersStyle;