From 0b845eecad03c2ea474e9385a3279e44a975a53d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 20 Oct 2021 15:31:53 +0200 Subject: [PATCH] wait #4808 @0.25 --- js/libs/fluidbook/menu/fluidbook.chapters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/menu/fluidbook.chapters.js b/js/libs/fluidbook/menu/fluidbook.chapters.js index 9dabd479..dc17097a 100644 --- a/js/libs/fluidbook/menu/fluidbook.chapters.js +++ b/js/libs/fluidbook/menu/fluidbook.chapters.js @@ -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; -- 2.39.5