diff --git a/src/lib/components/BookSelector.svelte b/src/lib/components/BookSelector.svelte index ccb686de9..fc1c60ed9 100644 --- a/src/lib/components/BookSelector.svelte +++ b/src/lib/components/BookSelector.svelte @@ -59,6 +59,7 @@ The navbar component. $nextRef.chapter = 'i'; completeNavigation(); } + $nextRef.chapter = '1'; break; case c: $nextRef.chapter = e.detail.text;