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 {