From 6a974d5ef0d3718d13796fb2df8339ea916e47fb Mon Sep 17 00:00:00 2001 From: advplyr Date: Tue, 23 May 2023 15:38:49 -0500 Subject: [PATCH] Update:Epub TOC shows subitems #1787 --- client/components/readers/Reader.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/client/components/readers/Reader.vue b/client/components/readers/Reader.vue index e99cfe30..6532e96d 100644 --- a/client/components/readers/Reader.vue +++ b/client/components/readers/Reader.vue @@ -21,13 +21,18 @@
-
-
+
+

Table of Contents

@@ -146,7 +151,6 @@ export default { }, openSettings() {}, hotkey(action) { - console.log('Reader hotkey', action) if (!this.$refs.readerComponent) return if (action === this.$hotkeys.EReader.NEXT_PAGE) { @@ -187,7 +191,6 @@ export default {